diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 543cc95..fbe98ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,5 +33,5 @@ jobs: run: | pip install tox tox -- --cov perfplot --cov-report xml --cov-report term - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v5 if: ${{ matrix.python-version == '3.10' }}