Skip to content

Commit

Permalink
Merge pull request #195 from permafrost-dev/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/codecov/codecov-action-3.1.4

Bump codecov/codecov-action from 3.1.1 to 3.1.4
  • Loading branch information
patinthehat authored Oct 11, 2024
2 parents 74599a7 + da79824 commit 04fc2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: npm run test -- --coverage --coverageReporters json

- name: Upload coverage to Codecov
uses: codecov/[email protected].1
uses: codecov/[email protected].4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage/coverage-final.json
Expand Down

0 comments on commit 04fc2a2

Please sign in to comment.