From 9caa998a43318e8d13e83d818900fe6c7f082679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 07:03:30 +0000 Subject: [PATCH] Bump codecov/codecov-action from 4 to 5 in the dependencies group (#54) --- .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 eded5c4..833c161 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,7 +50,7 @@ jobs: PASTEBIN_PASSWORD: ${{ secrets.PASTEBIN_PASSWORD }} run: poetry run poe test --cov-report=xml - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}