Skip to content

Commit

Permalink
Merge pull request #141 from danielemery/renovate/codecov-codecov-act…
Browse files Browse the repository at this point in the history
…ion-5.x

Update codecov/codecov-action action to v5
  • Loading branch information
danielemery authored Dec 18, 2024
2 parents 278e743 + eec9802 commit a72ca93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
run: npm run test:ci

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.1.1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/validate-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ jobs:
run: npm run test:ci

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a72ca93

Please sign in to comment.