Skip to content

Commit

Permalink
chore(ci): upgrade to v5 (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov authored Dec 5, 2024
1 parent 90901a5 commit 7280947
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 @@ -194,14 +194,14 @@ jobs:

- name: Upload coverage reports to codecov
if: ${{ !github.event.pull_request.head.repo.fork && github.repository_owner == 'codecov' }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_ORG_TOKEN }}
url: ${{ secrets.CODECOV_URL }}

- name: Upload coverage reports to codecov (Staging)
if: ${{ !github.event.pull_request.head.repo.fork && github.repository_owner == 'codecov' }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_ORG_TOKEN_STAGING }}
url: ${{ secrets.CODECOV_STAGING_URL }}
Expand Down

0 comments on commit 7280947

Please sign in to comment.