]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: update set-output method for GitHub action
authorVincent Bernat <vincent@bernat.ch>
Fri, 11 Nov 2022 14:13:23 +0000 (15:13 +0100)
committerVincent Bernat <vincent@bernat.ch>
Fri, 11 Nov 2022 14:13:23 +0000 (15:13 +0100)
.github/workflows/coverity.yml

index b513a1dddfb9dd3c02d1459e49991003177570cd..c7002c7d105d090510c640795feda692e071f0ab 100644 (file)
@@ -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: