diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index 92cf9cbf8..94fba671a 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -72,7 +72,7 @@ jobs: add: . -- ':!screenshots' default_author: github_actions - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage/lcov.info