From: Vincent Bernat Date: Fri, 11 Nov 2022 14:13:23 +0000 (+0100) Subject: build: update set-output method for GitHub action X-Git-Tag: 1.0.17~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=566917f5003b42bb223dcaa68c5d1fbadb701133;p=thirdparty%2Flldpd.git build: update set-output method for GitHub action --- diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index b513a1dd..c7002c7d 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -25,7 +25,7 @@ jobs: -O coverity-latest.tar.gz.md5 export MD5=$(cat coverity-latest.tar.gz.md5) echo "Got MD5 $MD5" - echo ::set-output name=md5::${MD5} + echo name=md5::${MD5} >> $GITHUB_OUTPUT - uses: actions/cache@v2 id: cache with: