We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1dde8c commit 667b171Copy full SHA for 667b171
.github/workflows/auto-pull-request-checks.yml
@@ -25,6 +25,6 @@ jobs:
25
dotnet test test/UnitTest --collect:"XPlat Code Coverage"
26
27
- name: Upload to Codecov
28
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
29
with:
30
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments