diff --git a/.github/workflows/cron-ci.yaml b/.github/workflows/cron-ci.yaml index a481e71de0..2fadecac4b 100644 --- a/.github/workflows/cron-ci.yaml +++ b/.github/workflows/cron-ci.yaml @@ -46,7 +46,7 @@ jobs: run: cargo llvm-cov report --lcov --output-path='codecov.lcov' - name: Upload to Codecov if: ${{ github.event_name != 'pull_request' }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: ./codecov.lcov