diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b6ec5b802..85a9eb045c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -476,7 +476,7 @@ jobs: matrix.target == 'x86_64-unknown-linux-gnu' - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: lcov.info