Skip to content

Commit

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

Bump codecov/codecov-action from 3.1.4 to 4.5.0
  • Loading branch information
patinthehat authored Jun 28, 2024
2 parents 3ab533b + f0e102e commit 1a11b7b
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 @@ -51,7 +51,7 @@ jobs:
run: npm run test -- --coverage --coverageReporters json

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3.1.4
uses: codecov/codecov-action@v4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage/coverage-final.json
Expand Down

0 comments on commit 1a11b7b

Please sign in to comment.