Skip to content

Commit

Permalink
build: update set-output method for GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Nov 11, 2022
1 parent 7a595f1 commit 566917f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 566917f

Please sign in to comment.