diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b641b644..5dfdd60fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: go-version: '1.23' check-latest: true - run: ${{ matrix.run-script }} - - uses: codecov/codecov-action@v4.5.0 + - uses: codecov/codecov-action@v4.6.0 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true