diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c78532ad53a1..d316eefeab07 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.2.0 + - uses: codecov/codecov-action@v5.3.0 with: directory: ./.tmp token: ${{ secrets.CODECOV_TOKEN }}