From 1c74db706f94fc303515bcc3539547e5668184bc Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Mon, 9 Dec 2024 11:07:11 -0500 Subject: [PATCH] chore: Bump codecov-action to v5 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aa92eea..0ef9878 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -84,7 +84,7 @@ jobs: - name: Run tox run: tox -v --exit-and-dump-after 1200 run --installpkg dist/*.whl - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 if: ${{ always() }} with: token: ${{ secrets.CODECOV_TOKEN }}