Skip to content

Commit

Permalink
Devops: Update Codecov GitHub action to version 4
Browse files Browse the repository at this point in the history
Fixes the error `Rate limit reached. Please upload with the Codecov
repository upload token to resolve issue` from Codecov
  • Loading branch information
agoscinski committed May 21, 2024
1 parent 607ecac commit a4d1b8f
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 @@ -67,7 +67,7 @@ jobs:

- name: Upload to Codecov
if: matrix.python-version == 3.8
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
name: pytests
flags: pytests
Expand Down

0 comments on commit a4d1b8f

Please sign in to comment.