diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 13b15df..76ee24e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -98,7 +98,7 @@ jobs: if [%RUNNER_DEBUG%]==[1] set CAKE_VERBOSITY=Diagnostic dotnet cake --target Release --verbosity %CAKE_VERBOSITY% - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: working-directory: ./TestResults/ files: Cobertura.xml