diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15ed434..7b9b4e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.python-version == '3.10' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: files: ./coverage.xml fail_ci_if_error: false