File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 x86_filehash : ${{ steps.artifacts.outputs.x86_filehash }}
3333 arm64_filehash : ${{ steps.artifacts.outputs.arm64_filehash }}
3434 steps :
35- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
35+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3636 with :
3737 persist-credentials : false
3838
6767 - name : Upload HTMLTag-${{ github.run_id }}-${{ env.PLATFORM }}
6868 env :
6969 PLATFORM : ${{ fromJSON(env.TARGETS)[matrix.target] }}
70- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
70+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
7171 with :
7272 name : HTMLTag-${{ github.run_id }}-${{ env.PLATFORM }}
7373 path : |
9494 SHA256ARM64 : ${{ needs.build.outputs.arm64_filehash }}
9595 steps :
9696 - name : Fetch release artifacts
97- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
97+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
9898 with :
9999 path : bin
100100
@@ -126,7 +126,7 @@ jobs:
126126 for slug in "${ASSETS[@]}"; do printf '\t%s\n' "$(sha256sum -b "$slug")" >> release_notes.txt; done
127127
128128 - name : Push release
129- uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
129+ uses : softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
130130 with :
131131 name : ${{ github.ref_name }}
132132 body_path : bin/release_notes.txt
You can’t perform that action at this time.
0 commit comments