diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a8a9f76..a64cd45 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,7 +48,7 @@ jobs: run: python -m build - name: Upload coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: matrix.python-version == '3.10' with: token: ${{ secrets.CODECOV_TOKEN }}