diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6daff36..63f3265 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,7 +48,7 @@ jobs: python -m coverage xml - name: "Upload coverage to Codecov" if: "contains(env.USING_COVERAGE, matrix.python-version)" - uses: "codecov/codecov-action@v4" + uses: "codecov/codecov-action@v5" with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true