Skip to content

Commit 12c0055

Browse files
authored
Merge pull request #16 from bids-standard/dependabot/github_actions/codecov/codecov-action-5
chore(deps): bump codecov/codecov-action from 4 to 5
2 parents e4e6def + 04416fb commit 12c0055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
run: tox c
113113
- name: Run tox
114114
run: tox -v --exit-and-dump-after 1200
115-
- uses: codecov/codecov-action@v4
115+
- uses: codecov/codecov-action@v5
116116
if: ${{ always() }}
117117
with:
118118
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)