diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index e490414..83ea9dd 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -106,7 +106,7 @@ jobs: working-directory: ${{ env.WORKDIR }} run: | direnv exec . make test - - uses: codecov/codecov-action@v3 # ref. https://github.com/codecov/codecov-action#example-workflowyml-with-codecov-action + - uses: codecov/codecov-action@v4 # ref. https://github.com/codecov/codecov-action#example-workflowyml-with-codecov-action with: token: ${{ secrets.CODECOV_TOKEN }} files: ${{ env.WORKDIR }}/coverage.txt