diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 952c89ca6..a98b3db36 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@v5.0.1 + - uses: codecov/codecov-action@v5.0.2 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true