diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index c7a581f49..0a20a3ec9 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -73,7 +73,7 @@ jobs: GO_SKIP_GENERATE: 1 - name: Upload results to codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: matrix.make == 'test' && github.repository_owner == '0xERR0R' - name: Check GoReleaser configuration