diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 7a5ec02bd..4ae480d59 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -63,7 +63,7 @@ jobs: GO_SKIP_GENERATE: 1 - name: Upload results to codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 if: matrix.make == 'test' - name: Check GoReleaser configuration