Skip to content

Commit 57d69fe

Browse files
authored
Temporarily downgrade codecov-action to 5.0.3 to fix CI (#1425)
1 parent a8d2556 commit 57d69fe

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
348+
uses: codecov/codecov-action@v5.0.3
349349
with:
350350
token: ${{ secrets.CODECOV_TOKEN }}
351351
files: ./coverage.xml

0 commit comments

Comments
 (0)