diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 47e9c2eb..8c29e654 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -66,7 +66,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' && github.repository_owner == '0xERR0R' - name: Check GoReleaser configuration