Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent 40aa70b commit 5d473da
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 @@ -107,7 +107,7 @@ jobs:
NODE_ENV: "production"

- name: Upload coverage to CodeCov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
with:
file: ./coverage.xml

Expand Down Expand Up @@ -161,6 +161,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@v1
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
with:
file: coverage/lcov.info

0 comments on commit 5d473da

Please sign in to comment.