diff --git a/.github/workflows/rust-instrumented.yml b/.github/workflows/rust-instrumented.yml index 20bd674093a..9af1471f44f 100644 --- a/.github/workflows/rust-instrumented.yml +++ b/.github/workflows/rust-instrumented.yml @@ -63,7 +63,7 @@ jobs: --ignore benchmarks/* --ignore 'vortex-test/*' \ -o ${{ env.GRCOV_OUTPUT_FILE }} - name: Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: name: run-${{ matrix.suite }} files: ${{ env.GRCOV_OUTPUT_FILE }}