Skip to content

Commit 9cc346f

Browse files
chore: Update action to v5 in TA onboarding (#3546)
1 parent a77d790 commit 9cc346f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/RepoPage/FailedTestsTab/GitHubActions/GitHubActions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const JobsScript = `jobs:
5151
pytest --cov --junitxml=junit.xml
5252
# Copy and paste the codecov/test-results-action here
5353
- name: Upload coverage to Codecov
54-
uses: codecov/codecov-action@v4
54+
uses: codecov/codecov-action@v5
5555
with:
5656
token: \${{ secrets.CODECOV_TOKEN }}
5757
- name: Upload test results to Codecov

0 commit comments

Comments
 (0)