Skip to content

Commit 53e0515

Browse files
authored
Merge pull request #63 from dandi/dependabot/github_actions/codecov/codecov-action-5
[gh-actions]: Bump codecov/codecov-action from 4 to 5
2 parents eb990ca + 2e03c9b commit 53e0515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Upload coverage to Codecov
7373
if: matrix.toxenv == 'py'
74-
uses: codecov/codecov-action@v4
74+
uses: codecov/codecov-action@v5
7575
with:
7676
fail_ci_if_error: false
7777
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)