diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 665bb60..971c0ec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: format: lcov search-paths: ./DerivedData - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: files: ${{join(fromJSON(steps.coverage-files.outputs.files), ',')}} fail_ci_if_error: false @@ -76,7 +76,7 @@ jobs: format: lcov search-paths: ./.build - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: files: ${{join(fromJSON(steps.coverage-files.outputs.files), ',')}} env_vars: SPM