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 committed Nov 22, 2024
1 parent 261a7fb commit a2d8300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Upload Vitest coverage to Codecov
if: ${{ !contains(github.event.head_commit.message, 'chore(release)') }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand All @@ -82,7 +82,7 @@ jobs:

- name: Retry Codecov upload when 1st try failed
if: ${{ failure() && !contains(github.event.head_commit.message, 'chore(release)') }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down

0 comments on commit a2d8300

Please sign in to comment.