diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef6011c..e2c0d78 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@v4.3.0 + uses: codecov/codecov-action@v4.5.0 with: token: ${{ secrets.CODECOV_TOKEN }}