Skip to content

Commit

Permalink
Merge branch 'main' into fix-example-staging-uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-codecov authored Dec 6, 2024
2 parents 13c7dd4 + 7280947 commit 64b3605
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 64b3605

Please sign in to comment.