diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index a985139..d91afc9 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -22,7 +22,7 @@ jobs: GH_CONTEXT: ${{ toJSON(github) }} run: echo $GH_CONTEXT > gh_context.json - - name: Upload the GH context artifact + - name: Upload GH context as artifact uses: actions/upload-artifact@v4 with: name: gh_context