Skip to content

Commit 667b171

Browse files
committed
chore: 更新 codecov action 版本
1 parent c1dde8c commit 667b171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-pull-request-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
dotnet test test/UnitTest --collect:"XPlat Code Coverage"
2626
2727
- name: Upload to Codecov
28-
uses: codecov/codecov-action@v4
28+
uses: codecov/codecov-action@v5
2929
with:
3030
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)