From 55d18b27e61f3b9a1fbb1b44e28ecb7335fe0912 Mon Sep 17 00:00:00 2001 From: Alex Lovell-Troy Date: Thu, 18 Jan 2024 06:57:14 -0500 Subject: [PATCH] switch to recommended output passing in build --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a511aef..edd6187 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -49,7 +49,7 @@ jobs: echo "console.log(firstNonNullDigest);" >> process.js echo "fs.writeFileSync('digest.txt', firstNonNullDigest);" >> process.js node process.js - echo "::set-output name=digest::$(cat digest.txt)" + echo "digest=$(cat digest.txt)" >> $GITHUB_OUTPUT - name: Attest Binaries uses: github-early-access/generate-build-provenance@main with: