From 9d793ddccafc828f4564dbadf8750bfffb2e56f9 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 17 Sep 2023 10:33:03 +0200 Subject: [PATCH] Revert "build(deps): bump codecov/codecov-action from 3 to 4 (#206)" This reverts commit a43f8f9b6d2fb786cf03017fd5bc4c52e0b16111. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be1fc36..da0c466 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: if: ${{ ! matrix.coverage }} - run: python -m tox -e ${{ matrix.tox }} -- --cov-report=xml if: ${{ matrix.coverage }} - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v3 if: ${{ matrix.coverage }} with: token: ${{ secrets.CODECOV_TOKEN }}