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 @@ -97,26 +97,26 @@ jobs:
9797 echo "" >> $env:GITHUB_STEP_SUMMARY
9898
9999 - name : Upload artifact (cmder.zip)
100- uses : actions/upload-artifact@v5
100+ uses : actions/upload-artifact@v6
101101 with :
102102 path : build/cmder.zip
103103 name : cmder.zip
104104 if-no-files-found : error
105105
106106 - name : Upload artifact (cmder.7z)
107- uses : actions/upload-artifact@v5
107+ uses : actions/upload-artifact@v6
108108 with :
109109 path : build/cmder.7z
110110 name : cmder.7z
111111
112112 - name : Upload artifact (cmder_mini.zip)
113- uses : actions/upload-artifact@v5
113+ uses : actions/upload-artifact@v6
114114 with :
115115 path : build/cmder_mini.zip
116116 name : cmder_mini.zip
117117
118118 - name : Upload artifact (hashes.txt)
119- uses : actions/upload-artifact@v5
119+ uses : actions/upload-artifact@v6
120120 with :
121121 path : build/hashes.txt
122122 name : hashes.txt
You can’t perform that action at this time.
0 commit comments