diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ebba1e06..f1788e2f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -189,7 +189,7 @@ jobs: echo ${{ github.event_name }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/skip-tests.yml b/.github/workflows/skip-tests.yml index 3c6d21a7f..c2816f319 100644 --- a/.github/workflows/skip-tests.yml +++ b/.github/workflows/skip-tests.yml @@ -77,7 +77,7 @@ jobs: echo ${{ github.event_name }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: true # See https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954 diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index dc72a0a17..4fdd943c6 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -66,7 +66,7 @@ jobs: echo ${{ github.event_name }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: true # See https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954