diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a286cf7..9fd9a97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,5 +38,5 @@ jobs: pip install tox tox - name: Submit to codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 if: ${{ matrix.python-version == '3.10' }}