diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 0016091..926716a 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -24,7 +24,7 @@ jobs: - name: Test run: dotnet test --configuration Release --no-restore --no-build --verbosity normal --collect:"XPlat Code Coverage" - name: Report Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 codeql: runs-on: ubuntu-24.04 steps: