diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 61090ad..658194d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -34,7 +34,7 @@ jobs: - name: Test with Pytest run: pytest - name: Upload Coverage Report - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v5.4.0 wheel: runs-on: ${{ matrix.os }}