diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9fae370d..3ea6fc7f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -47,7 +47,7 @@ jobs: isort -c --diff . - name: Send coverage report - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: matrix.python-version == 3.11 with: token: ${{ secrets.CODECOV_TOKEN }}