Replace deprecated 'set-output' with '$GITHUB_OUTPUT'

This commit is contained in:
Krishan 2022-11-08 20:51:56 +05:30
parent 4fe4c8bb03
commit a1568f3523

View file

@ -20,7 +20,7 @@ jobs:
name: pr
- name: Output pr number
id: pr
run: echo "::set-output name=id::$(<pr.txt)"
run: echo "id=$(<pr.txt)" >> $GITHUB_OUTPUT
- name: Download artifact
uses: dawidd6/action-download-artifact@46b4ae883bf0726f5949d025d31cb62c7a5ac70c
with: