diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index aa7463a6..9397987c 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -99,7 +99,7 @@ jobs: nox --session tests -- --verbose - name: Upload coverage report - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: ${{ matrix.coverage }} with: token: ${{ secrets.CODECOV_TOKEN }}