diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f91e0e..3ff4425 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: python -m coverage xml - name: "Upload to Codecov" - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true