diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5c037fcd8..b4fd55cd5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -185,7 +185,7 @@ jobs: - name: Upload Coverage report to CodeCov if: steps.cached_binaries.outputs.cache-hit != 'true' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: file: ./coverage.txt diff --git a/.github/workflows/PR-build.yml b/.github/workflows/PR-build.yml index f6be1e4e4..cabc3e061 100644 --- a/.github/workflows/PR-build.yml +++ b/.github/workflows/PR-build.yml @@ -170,7 +170,7 @@ jobs: - name: Upload Coverage report to CodeCov if: ${{ needs.changes.outputs.changed == 'true' && steps.cached_binaries.outputs.cache-hit != 'true' }} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: file: ./coverage.txt