Skip to content

Commit d6436bf

Browse files
authored
try to fix codecov rate limit by pr (#84)
Signed-off-by: catcherwong <catcher_hwq@outlook.com>
1 parent f76456e commit d6436bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
- name: Upload coverage to Codecov
6666
if: ${{ matrix.os == 'ubuntu-latest' }}
67-
uses: codecov/codecov-action@v3
67+
uses: codecov/codecov-action@v5
6868
with:
6969
token: ${{ secrets.CODECOV_TOKEN }}
7070
fail_ci_if_error: true

0 commit comments

Comments
 (0)