5353 script : ' wasm.py'
5454
5555 - name : Upload wasm artifact
56- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
56+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5757 with :
5858 path : ' ui/gsa.wasm'
5959 name : wasm
9797 go install github.com/Zxilly/go_js_wasm_exec@149a70ce858641392338293a05ba15b00585860e
9898
9999 - name : Download UI file
100- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
100+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
101101 with :
102102 name : ui
103103 path : internal/webui
@@ -138,7 +138,7 @@ jobs:
138138 verbose : true
139139
140140 - name : Upload results
141- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
141+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
142142 if : ${{ !cancelled() }}
143143 with :
144144 name : ${{ matrix.os }}-${{ matrix.test }}-results
@@ -156,7 +156,7 @@ jobs:
156156 os : [ ubuntu-24.04, ubuntu-24.04-arm, windows-latest, macos-13, macos-14, self-hosted ]
157157 steps :
158158 - name : Merge
159- uses : actions/upload-artifact/merge@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
159+ uses : actions/upload-artifact/merge@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
160160 with :
161161 name : ${{ matrix.os }}-results
162162 compression-level : ' 9'
@@ -198,7 +198,7 @@ jobs:
198198 run : pnpm install
199199
200200 - name : Download WASM
201- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
201+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
202202 with :
203203 name : wasm
204204 path : ui/
@@ -243,7 +243,7 @@ jobs:
243243 uses : ./.github/actions/setup-ui-deps
244244
245245 - name : Download WASM
246- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
246+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
247247 with :
248248 name : wasm
249249 path : ui/
0 commit comments