Skip to content

Commit

Permalink
Revert "Temporarily downgrade codecov-action to 5.0.3 to fix CI" (#1428)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Nov 20, 2024
1 parent 9f99a40 commit 2b94725
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.0.3
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
Expand Down

0 comments on commit 2b94725

Please sign in to comment.