diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2b66cbe4..85f6476d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -61,7 +61,7 @@ jobs: tox -e tests continue-on-error: ${{ matrix.allow-failure }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} flags: ${{ matrix.os }}_${{ matrix.python-version }}