From b7b19fe1d098767f1977eb6287f1a3dce8dbf337 Mon Sep 17 00:00:00 2001 From: Farhad Allian <39086289+f-allian@users.noreply.github.com> Date: Wed, 26 Feb 2025 15:09:32 +0000 Subject: [PATCH 1/2] Update codecov-actions version --- .github/workflows/ci-tests.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index 195d7921..dc1403c1 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -36,8 +36,7 @@ jobs: run: | pytest --cov=causal_testing --cov-report=xml - name: "Upload coverage to Codecov" - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} - version: "v0.1.15" From f3276c4b86391400c5e52faeb95bae96f38c55df Mon Sep 17 00:00:00 2001 From: Farhad Allian <39086289+f-allian@users.noreply.github.com> Date: Wed, 26 Feb 2025 15:10:27 +0000 Subject: [PATCH 2/2] Update codecov-actions in ci-tests-drafts too --- .github/workflows/ci-tests-drafts.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci-tests-drafts.yaml b/.github/workflows/ci-tests-drafts.yaml index 737e189a..6203892b 100644 --- a/.github/workflows/ci-tests-drafts.yaml +++ b/.github/workflows/ci-tests-drafts.yaml @@ -30,8 +30,7 @@ jobs: run: | pytest --cov=causal_testing --cov-report=xml - name: "Upload coverage to Codecov" - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} - version: "v0.1.15"