diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 089867d3a27b..8fba064164ec 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.5.0 with: directory: ./.tmp token: ${{ secrets.CODECOV_TOKEN }}