diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af1217b31fa..2209e88355b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -464,7 +464,7 @@ jobs: uses: taiki-e/install-action@cargo-llvm-cov - run: python -m pip install --upgrade pip && pip install nox - run: nox -s coverage - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: file: coverage.json name: ${{ matrix.os }} @@ -582,7 +582,7 @@ jobs: - name: Generate coverage report run: nox -s generate-coverage-report - name: Upload coverage report - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: coverage.json name: test-free-threaded