CI: Update deprecated output method

This commit is contained in:
Andrew Bird 2022-10-28 10:08:54 +01:00 committed by Kenneth J Davis
parent ccf4367729
commit bb1bbbb1cb

View File

@ -40,7 +40,7 @@ jobs:
( (
today=`date -u +%F | tr '\n' '-'` today=`date -u +%F | tr '\n' '-'`
s_sha=`echo -n ${GITHUB_SHA} | cut -c1-8` 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 - name: upload