Skip to content

Commit

Permalink
Merge pull request release-engineering#276 from rajulkumar/upd_codeco…
Browse files Browse the repository at this point in the history
…v_act_ver4

Update codecov-action to v4 for tokenless uploads from PR on forked repos
  • Loading branch information
rohanpm authored Apr 11, 2024
2 parents 7a27851 + ed41d74 commit 394203f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Run Tox
run: tox -e cov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down

0 comments on commit 394203f

Please sign in to comment.