Skip to content

Commit bb88011

Browse files
authored
Merge pull request #492 from jikan-me/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents fb50674 + ac0e8c8 commit bb88011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
run: find ./storage/logs/daily/*.log | head -n 1 | xargs cat
121121

122122
- name: Upload coverage reports
123-
uses: codecov/codecov-action@v3
123+
uses: codecov/codecov-action@v4
124124
with:
125125
files: coverage.xml
126126
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)