File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44
44
shell : bash
45
45
run : make -j2 doc
46
46
- name : Upload a documents snapshot.
47
- uses : actions/upload-artifact@v3
47
+ uses : actions/upload-artifact@v4
48
48
with :
49
49
name : docs
50
50
path : ./html
Original file line number Diff line number Diff line change @@ -86,12 +86,12 @@ jobs:
86
86
mv cc65.zip cc65-snapshot-win32.zip
87
87
88
88
- name : Upload a 32-bit Snapshot Zip
89
- uses : actions/upload-artifact@v3
89
+ uses : actions/upload-artifact@v4
90
90
with :
91
91
name : cc65-snapshot-win32
92
92
path : cc65-snapshot-win32.zip
93
93
- name : Upload a 64-bit Snapshot Zip
94
- uses : actions/upload-artifact@v3
94
+ uses : actions/upload-artifact@v4
95
95
with :
96
96
name : cc65-snapshot-win64
97
97
path : cc65-snapshot-win64.zip
@@ -120,7 +120,7 @@ jobs:
120
120
- name : Package offline documents.
121
121
run : 7z a cc65-snapshot-docs.zip ./html/*.*
122
122
- name : Upload a Documents Snapshot Zip
123
- uses : actions/upload-artifact@v3
123
+ uses : actions/upload-artifact@v4
124
124
with :
125
125
name : cc65-snapshot-docs
126
126
path : cc65-snapshot-docs.zip
Original file line number Diff line number Diff line change 30
30
run : mkdir ~/.cache-sha
31
31
32
32
- name : Cache SHA
33
- uses : actions/cache@v3
33
+ uses : actions/cache@v4
34
34
id : check-sha
35
35
with :
36
36
path : ~/.cache-sha
You can’t perform that action at this time.
0 commit comments