Skip to content

Commit

Permalink
Merge pull request #2195 from bids-standard/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/codecov/codecov-action-5

chore(deps): bump codecov/codecov-action from 4 to 5
  • Loading branch information
effigies authored Dec 5, 2024
2 parents 870c77f + b7c305e commit 597bc19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Jest tests
run: npm run coverage -- --maxWorkers=2 --testTimeout=10000 --colors
- name: Upload to codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Smoke tests
Expand Down

0 comments on commit 597bc19

Please sign in to comment.