Skip to content

Commit

Permalink
Temporarily downgrade codecov-action to 5.0.3 to fix CI (#1425)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Nov 20, 2024
1 parent a8d2556 commit 57d69fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ jobs:
- name: Send coverage data to Codecov
if: >-
!cancelled()
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v5.0.3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
Expand Down

0 comments on commit 57d69fe

Please sign in to comment.