diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d06eab31..f07d3e07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: nox -v -s "tests-${{ matrix.python }}" -- --cov-report=xml - name: Report coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: flags: ${{ runner.os }} name: ${{ matrix.python }}