Skip to content

Commit

Permalink
Downgrade 'codecov-action' version from v4 to v3 (#6930)
Browse files Browse the repository at this point in the history
The 'codecov-action@v4' requires an organization-level upload token, not
a single repo upload token, so we're temporarily downgrading it until we
can generate an organization-level upload token.

Reference: codecov/codecov-action#1273
  • Loading branch information
lucydodo authored Apr 26, 2024
1 parent dbab9ca commit 372adfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
docker cp tests:/app/coverage.xml ./coverage.xml
docker cp tests:/app/junit.xml /tmp/test-results/unit-tests/results.xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Store Test Results
Expand Down

0 comments on commit 372adfe

Please sign in to comment.