Skip to content

Commit 597bc19

Browse files
authored
Merge pull request #2195 from bids-standard/dependabot/github_actions/codecov/codecov-action-5
chore(deps): bump codecov/codecov-action from 4 to 5
2 parents 870c77f + b7c305e commit 597bc19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Jest tests
4646
run: npm run coverage -- --maxWorkers=2 --testTimeout=10000 --colors
4747
- name: Upload to codecov
48-
uses: codecov/codecov-action@v4
48+
uses: codecov/codecov-action@v5
4949
with:
5050
token: ${{ secrets.CODECOV_TOKEN }}
5151
- name: Smoke tests

0 commit comments

Comments
 (0)