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:
53
53
run : .\pack.ps1 -verbose
54
54
55
55
- name : Upload artifact (cmder.zip)
56
- uses : actions/upload-artifact@v3
56
+ uses : actions/upload-artifact@v4
57
57
with :
58
58
path : build/cmder.zip
59
59
name : cmder.zip
60
60
if-no-files-found : error
61
61
62
62
- name : Upload artifact (cmder.7z)
63
- uses : actions/upload-artifact@v3
63
+ uses : actions/upload-artifact@v4
64
64
with :
65
65
path : build/cmder.7z
66
66
name : cmder.7z
67
67
68
68
- name : Upload artifact (cmder_mini.zip)
69
- uses : actions/upload-artifact@v3
69
+ uses : actions/upload-artifact@v4
70
70
with :
71
71
path : build/cmder_mini.zip
72
72
name : cmder_mini.zip
73
73
74
74
- name : Upload artifact (hashes.txt)
75
- uses : actions/upload-artifact@v3
75
+ uses : actions/upload-artifact@v4
76
76
with :
77
77
path : build/hashes.txt
78
78
name : hashes.txt
You can’t perform that action at this time.
0 commit comments