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