diff --git a/.github/workflows/create-and-upload-coverage-report.yml b/.github/workflows/create-and-upload-coverage-report.yml index 5f41583..625ffb0 100644 --- a/.github/workflows/create-and-upload-coverage-report.yml +++ b/.github/workflows/create-and-upload-coverage-report.yml @@ -44,7 +44,7 @@ jobs: xcrun xcresulttool merge ${{ inputs.coveragereports }} --output-path CodeCoverage.xcresult rm -rf ${{ inputs.coveragereports }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 with: fail_ci_if_error: true token: ${{ secrets.token }} diff --git a/.github/workflows/npm-test-and-coverage.yml b/.github/workflows/npm-test-and-coverage.yml index 0818e65..c5d1f4c 100644 --- a/.github/workflows/npm-test-and-coverage.yml +++ b/.github/workflows/npm-test-and-coverage.yml @@ -34,4 +34,4 @@ jobs: - name: Run the tests run: npm test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3