diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e4bd0da16..99e8dbff3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -122,7 +122,7 @@ jobs: steps.previous.outputs.cache-hit != 'true' && success() && strategy.job-index == 0 - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: directory: ${{ runner.temp }} override_branch: ${{ github.ref_name }}