Skip to content

Commit 2b94725

Browse files
authored
Revert "Temporarily downgrade codecov-action to 5.0.3 to fix CI" (#1428)
1 parent 9f99a40 commit 2b94725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ jobs:
345345
- name: Send coverage data to Codecov
346346
if: >-
347347
!cancelled()
348-
uses: codecov/codecov-action@v5.0.3
348+
uses: codecov/codecov-action@v5
349349
with:
350350
token: ${{ secrets.CODECOV_TOKEN }}
351351
files: ./coverage.xml

0 commit comments

Comments
 (0)