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 @@ -53,26 +53,26 @@ jobs:
5353 run : .\pack.ps1 -verbose
5454
5555 - name : Upload artifact (cmder.zip)
56- uses : actions/upload-artifact@v4
56+ uses : actions/upload-artifact@v5
5757 with :
5858 path : build/cmder.zip
5959 name : cmder.zip
6060 if-no-files-found : error
6161
6262 - name : Upload artifact (cmder.7z)
63- uses : actions/upload-artifact@v4
63+ uses : actions/upload-artifact@v5
6464 with :
6565 path : build/cmder.7z
6666 name : cmder.7z
6767
6868 - name : Upload artifact (cmder_mini.zip)
69- uses : actions/upload-artifact@v4
69+ uses : actions/upload-artifact@v5
7070 with :
7171 path : build/cmder_mini.zip
7272 name : cmder_mini.zip
7373
7474 - name : Upload artifact (hashes.txt)
75- uses : actions/upload-artifact@v4
75+ uses : actions/upload-artifact@v5
7676 with :
7777 path : build/hashes.txt
7878 name : hashes.txt
You can’t perform that action at this time.
0 commit comments