From 04fd7c18bdea404b8c0af30d721949160b9531aa Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sat, 23 Nov 2024 05:23:35 -0600 Subject: [PATCH] ci(codecov-action) Bump v4 -> v5 See also: - https://github.com/codecov/codecov-action - https://github.com/codecov/codecov-action/releases/tag/v5.0.0 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index be435f9..96cdbeb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,7 +42,7 @@ jobs: - name: Test with pytest run: poetry run py.test --cov=./ --cov-report=xml - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }}