From 1c25390e49c65025f740c59d7b7914d31647098b Mon Sep 17 00:00:00 2001 From: Kenneth J Davis Date: Tue, 25 Oct 2022 07:01:09 -0400 Subject: [PATCH] update deprecated set-output --- .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 575eb91..5d8edf8 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -40,7 +40,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 'name=fname::snapshot-%s%s\n' $today $s_sha >> $GITHUB_OUTPUT ) - name: upload