From 92d45ac8edf35376625da1d1ec1b36dd75698ad2 Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Tue, 3 Dec 2024 12:34:21 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"Build(deps):=20Bump=20codecov/codecov?= =?UTF-8?q?-action=20from=204=20to=205=20in=20/.github/work=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 733d5bfc565c9f2fd4b20574efbc614b9cb35a33. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa4f3d35..42ad3ab1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: pytest -v tests/test_qt.py name: "Import without Qt" if: matrix.qt == 'None' - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v4 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} if: success() @@ -144,7 +144,7 @@ jobs: name: "Install pyvistaqt" - run: pytest -v --cov pyvistaqt --cov-report html name: "Run Tests" - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v4 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} if: success() @@ -189,7 +189,7 @@ jobs: - shell: bash -el {0} run: pytest -v --cov pyvistaqt --cov-report html name: "Run Tests" - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v4 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} if: success()