diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0ebb68b..2c43f4f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: dotnet tool restore dotnet cake --pack true - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v5 with: directory: ./test-output files: coverage.cobertura.xml diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index e17cf84..73c20db 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -28,7 +28,7 @@ jobs: dotnet tool restore dotnet cake - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v5 with: directory: ./test-output files: coverage.cobertura.xml