From c947fe0086b44c2555c3001066a6dcb32743dd90 Mon Sep 17 00:00:00 2001 From: Wolfgang Kaltz Date: Mon, 18 Sep 2023 07:19:25 +0200 Subject: [PATCH] Revert "Update codecov/codecov-action action to v4 (#1817)" This reverts commit 72d863c6085127fb6310baf3732e5e47c34d6473. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 78b7d87efd..2da8340ac3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -64,7 +64,7 @@ jobs: - name: Run tests for Python ${{ matrix.python-version }} run: make tests - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} env_vars: OS,PYTHON