Skip to content

Commit b8bcbe0

Browse files
authored
Merge pull request #455 from nipreps/dependabot/github_actions/codecov/codecov-action-5
Build(deps): Bump codecov/codecov-action from 4 to 5
2 parents c974753 + 56a73da commit b8bcbe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_test_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
run: tox c
173173
- name: Run tox
174174
run: tox -v --exit-and-dump-after 1200
175-
- uses: codecov/codecov-action@v4
175+
- uses: codecov/codecov-action@v5
176176
with:
177177
token: ${{ secrets.CODECOV_TOKEN }}
178178
if: ${{ always() }}
@@ -227,7 +227,7 @@ jobs:
227227
run: tox c
228228
- name: Run tox
229229
run: tox -v --exit-and-dump-after 1200
230-
- uses: codecov/codecov-action@v4
230+
- uses: codecov/codecov-action@v5
231231
with:
232232
token: ${{ secrets.CODECOV_TOKEN }}
233233
if: ${{ always() }}

0 commit comments

Comments
 (0)