diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b75ab06e..8271526d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: env: DEVELOPER_DIR: ${{ env.CI_XCODE }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ${{join(fromJSON(steps.coverage-files.outputs.files), ',')}} env_vars: IOS @@ -61,7 +61,7 @@ jobs: env: DEVELOPER_DIR: ${{ env.CI_XCODE }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ${{join(fromJSON(steps.coverage-files.outputs.files), ',')}} env_vars: MACOS diff --git a/.github/workflows/slider.yml b/.github/workflows/slider.yml index 8f202124e..ad6499caa 100644 --- a/.github/workflows/slider.yml +++ b/.github/workflows/slider.yml @@ -24,7 +24,7 @@ jobs: env: DEVELOPER_DIR: ${{ env.CI_XCODE_13 }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: false env: