Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 19, 2024
1 parent eda16ee commit 19155b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
SECRET_KEY: local_unsafe_key # pragma: allowlist secret

- name: Upload coverage to CodeCov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5
with:
file: ./coverage.xml

Expand Down Expand Up @@ -186,6 +186,6 @@ jobs:
run: node node_modules/webpack/bin/webpack.js --config webpack.config.prod.js --bail

- name: Upload test coverage to CodeCov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5
with:
file: coverage/lcov.info

0 comments on commit 19155b2

Please sign in to comment.