File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ jobs:
195195 openssl dgst -sha512 $FILE | sed 's/([^)]*)//g' >>$DGST
196196
197197 - name : Upload ZIP file to Artifacts
198- uses : actions/upload-artifact@v4
198+ uses : actions/upload-artifact@v5
199199 with :
200200 name : v2ray-${{ steps.get_filename.outputs.ASSET_NAME }}.zip
201201 path : v2ray-${{ steps.get_filename.outputs.ASSET_NAME }}.zip
@@ -260,17 +260,17 @@ jobs:
260260 openssl dgst -sha256 $FILE | sed 's/([^)]*)//g' >>$DGST
261261 openssl dgst -sha512 $FILE | sed 's/([^)]*)//g' >>$DGST
262262
263- - uses : actions/upload-artifact@v4
263+ - uses : actions/upload-artifact@v5
264264 with :
265265 name : Release.unsigned
266266 path : build_artifacts/Release.unsigned
267267
268- - uses : actions/upload-artifact@v4
268+ - uses : actions/upload-artifact@v5
269269 with :
270270 name : Release.unsigned.dgst
271271 path : build_artifacts/Release.unsigned.dgst
272272
273- - uses : actions/upload-artifact@v4
273+ - uses : actions/upload-artifact@v5
274274 with :
275275 name : v2ray-extra.zip
276276 path : build_artifacts/v2ray-extra.zip
You can’t perform that action at this time.
0 commit comments