diff --git a/.github/workflows/build-test-pack.yml b/.github/workflows/build-test-pack.yml index cc76c05..09c363b 100644 --- a/.github/workflows/build-test-pack.yml +++ b/.github/workflows/build-test-pack.yml @@ -34,7 +34,7 @@ jobs: if [%RUNNER_DEBUG%]==[1] set CAKE_VERBOSITY=Diagnostic dotnet cake --target Pack --verbosity %CAKE_VERBOSITY% - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: working-directory: ./TestResults/ files: Cobertura.xml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5a41e7d..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@v4 + uses: codecov/codecov-action@v5 with: working-directory: ./TestResults/ files: Cobertura.xml