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.
2 parents e98cd31 + 5a4a5c5 commit 33ccf83Copy full SHA for 33ccf83
1 file changed
.github/workflows/dotnet.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Test
25
run: dotnet test --configuration Release --no-restore --no-build --verbosity normal --collect:"XPlat Code Coverage"
26
- name: Report Codecov
27
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
28
codeql:
29
runs-on: ubuntu-24.04
30
steps:
0 commit comments