From ed05d189ade92e264a4df0e552e53849e9a75dde Mon Sep 17 00:00:00 2001 From: Andrew Bird Date: Fri, 28 Oct 2022 10:19:53 +0100 Subject: [PATCH] CI: Update deprecated output method --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 0125c02f..29e76c9b 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -36,7 +36,7 @@ jobs: ( today=`date -u +%F | tr '\n' '-'` s_sha=`echo -n ${GITHUB_SHA} | cut -c1-8` - printf '::set-output name=fname::snapshot-%s%s\n' $today $s_sha + printf "fname=snapshot-%s%s\n" $today $s_sha >> $GITHUB_OUTPUT ) - name: upload