diff --git a/.github/workflows/dotnet-coverage.yml b/.github/workflows/dotnet-coverage.yml index cf4b788..cac6ca4 100644 --- a/.github/workflows/dotnet-coverage.yml +++ b/.github/workflows/dotnet-coverage.yml @@ -36,6 +36,6 @@ jobs: - name: Test run: dotnet test --no-build --verbosity normal - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5.0.3 + uses: codecov/codecov-action@v5.0.5 with: token: ${{ secrets.CODECOV_TOKEN }}