Skip to content

Commit 1514255

Browse files
authored
Merge pull request #1102 from bids-standard/dependabot/github_actions/codecov/codecov-action-5
Build(deps): Bump codecov/codecov-action from 4 to 5
2 parents 766d034 + 587daa5 commit 1514255

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
@@ -76,7 +76,7 @@ jobs:
7676
run: tox c
7777
- name: Run tox
7878
run: tox -v --exit-and-dump-after 1200
79-
- uses: codecov/codecov-action@v4
79+
- uses: codecov/codecov-action@v5
8080
if: ${{ always() }}
8181
with:
8282
files: cov.xml

0 commit comments

Comments
 (0)