diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ab70b9..2ece5f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,6 +56,6 @@ jobs: matrix.python-version }} --verbose - name: Upload coverage report - uses: codecov/codecov-action@v5.0.2 + uses: codecov/codecov-action@v5.0.7 with: token: ${{ secrets.CODECOV_TOKEN }}