Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cc3d6b0

Browse files
committedSep 18, 2024·
Update main.yml
1 parent 0954755 commit cc3d6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
cmd: check:all
1919
- name: Code coverage report
20-
uses: codecov/codecov-action@v5
20+
uses: codecov/codecov-action@v2
2121
with:
2222
yml: ./codecov.yml
2323
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)
Please sign in to comment.