diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca31b3211..1780ea234 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: with: pattern: coverage-artifacts-${{ env.DEFAULT_GO_VERSION }} - name: Upload coverage report - uses: codecov/codecov-action@v5.1.2 + uses: codecov/codecov-action@v5.3.1 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: