From 06cc731d0429be528c2458f760b5c8f213656c35 Mon Sep 17 00:00:00 2001 From: Richard R <58728519+rrjbca@users.noreply.github.com> Date: Tue, 28 Nov 2023 13:20:57 +0000 Subject: [PATCH] BLD: Upgrade codecov-action to v3 --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 55956bf2..9e58c74a 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -55,4 +55,4 @@ jobs: tox -e ${{ matrix.toxenv }} ${{ matrix.toxargs }} -- ${{ matrix.toxposargs }} - if: contains(matrix.toxenv, '-cov') name: Report Coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3