File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,22 +101,22 @@ jobs:
101101 - run : zip -r jjversion-ghao-docs-and-licenses-${{ env.VERSION }}.zip docs-and-licenses
102102 - run : ls -R
103103 - name : Upload jjversion-ghao
104- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
104+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
105105 with :
106106 name : jjversion-ghao
107107 path : jjversion-ghao-${{ env.VERSION }}-linux-x64/jjversion-ghao
108108 - name : Upload jjversion-ghao-darwin
109- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
109+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
110110 with :
111111 name : jjversion-ghao-darwin
112112 path : jjversion-ghao-${{ env.VERSION }}-darwin-amd64/jjversion-ghao-darwin
113113 - name : Upload jjversion-ghao-darwin
114- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
114+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
115115 with :
116116 name : jjversion-ghao.exe
117117 path : jjversion-ghao-${{ env.VERSION }}-windows-x64/jjversion-ghao.exe
118118 - name : Upload docs
119- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
119+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
120120 with :
121121 name : jjversion-ghao-docs-and-licenses-${{ env.VERSION }}.zip
122122 path : jjversion-ghao-docs-and-licenses-${{ env.VERSION }}.zip
You can’t perform that action at this time.
0 commit comments