From 105f3ad9562adaa756bbe685f3f3bdfa95f06ed4 Mon Sep 17 00:00:00 2001 From: Kevin DeJong Date: Wed, 1 May 2024 16:30:58 -0700 Subject: [PATCH] move back to 3 (#3197) --- .github/workflows/ci-pr-coverage.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci-pr-coverage.yaml b/.github/workflows/ci-pr-coverage.yaml index 1c12fd9066..fa9f481e94 100644 --- a/.github/workflows/ci-pr-coverage.yaml +++ b/.github/workflows/ci-pr-coverage.yaml @@ -30,12 +30,11 @@ jobs: result-encoding: string - name: Upload coverage report if: '!cancelled()' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 with: override_commit: ${{ github.event.workflow_run.head_sha }} override_pr: ${{steps.set-pr.outputs.result}} token: ${{ secrets.CODECOV_TOKEN }} - exclude: ".github" files: ".coverage.3.8.xml,.coverage.3.9.xml,.coverage.3.10.xml,.coverage.3.11.xml,.coverage.3.12.xml" fail_ci_if_error: true verbose: true