diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 902e719..aa37f3d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -61,7 +61,7 @@ jobs: make e2e-test - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{secrets.CODECOV_TOKEN}} files: ./coverage.txt, ./tests/e2e/coverage.txt