diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9d86845a65a..0ea206e43944 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -190,7 +190,7 @@ jobs: - working-directory: modules/web run: yarn - run: PATH=$PATH:$GOPATH/bin make coverage - - uses: codecov/codecov-action@v5.4.2 + - uses: codecov/codecov-action@v5.4.3 with: directory: ./.tmp token: ${{ secrets.CODECOV_TOKEN }}