diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 576675d1..9aeaa795 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -333,7 +333,7 @@ jobs: - id: codecov name: Upload coverage report to Codecov if: steps.test-files-check.outputs.files_exists == 'true' - uses: codecov/codecov-action@v4.4.1 + uses: codecov/codecov-action@v4.5.0 env: GITHUB_JOB: ${{ github.job }} GITHUB_REF: ${{ github.ref }}