From 7020457f636dda238908eff8c4de68b94f5f764d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 11:16:00 +0900 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4 (#554) * chore(deps): update codecov/codecov-action action to v4 * Set CODECOV_TOKEN --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Atsushi Watanabe --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 045aa09..ec1df90 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,8 +34,10 @@ jobs: libx264-dev - name: Run Test Suite run: make test - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 if: matrix.go == '1.21' + with: + token: ${{ secrets.CODECOV_TOKEN }} build-darwin: strategy: fail-fast: false