diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1e82ec1e..3b6a8bf6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -67,6 +67,6 @@ jobs: - name: Run tests run: pipx run nox -s tests-${{ matrix.python }} - name: Upload coverage to codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }}