diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51ef5e9..ef0e87a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -334,7 +334,7 @@ jobs: - id: codecov name: Upload coverage report to Codecov if: steps.test-files-check.outputs.files_exists == 'true' - uses: codecov/codecov-action@v4.1.0 + uses: codecov/codecov-action@v4.2.0 env: GITHUB_JOB: ${{ github.job }} GITHUB_REF: ${{ github.ref }}