Skip to content

Commit

Permalink
Merge pull request #1789 from Adslot/renovate-codecov-codecov-action-4.x
Browse files Browse the repository at this point in the history
chore(deps): update codecov/codecov-action action to v4
  • Loading branch information
bchew authored Apr 3, 2024
2 parents 1de943d + d607876 commit b5c4465
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
set -o pipefail
npm run coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./coverage/coverage-final.json
- name: Notify Slack channel
Expand Down

0 comments on commit b5c4465

Please sign in to comment.