Skip to content

Commit

Permalink
Update action to v5 in TA onboarding
Browse files Browse the repository at this point in the history
  • Loading branch information
spalmurray-codecov committed Dec 3, 2024
1 parent a77d790 commit fd03cde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const JobsScript = `jobs:
pytest --cov --junitxml=junit.xml
# Copy and paste the codecov/test-results-action here
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: \${{ secrets.CODECOV_TOKEN }}
- name: Upload test results to Codecov
Expand Down

0 comments on commit fd03cde

Please sign in to comment.