diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index abc09274a..dba2715f9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,7 @@ jobs: task build - name: test run: task test - - uses: codecov/codecov-action@6d798873df2b1b8e5846dba6fb86631229fbcb17 # v4 + - uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4 with: file: ./coverage.txt - run: ./goreleaser check