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 }}