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 32
32
- name : " Export image"
33
33
run : mv dockercache amdcache
34
34
- name : ' Upload Artifact'
35
- uses : actions/upload-artifact@v3
35
+ uses : actions/upload-artifact@v4
36
36
with :
37
37
name : amdcache
38
38
path : amdcache
63
63
- name : " Export image"
64
64
run : mv dockercache armcache
65
65
- name : ' Upload Artifact'
66
- uses : actions/upload-artifact@v3
66
+ uses : actions/upload-artifact@v4
67
67
with :
68
68
name : armcache
69
69
path : armcache
@@ -85,13 +85,13 @@ jobs:
85
85
uses : actions/checkout@v3
86
86
87
87
- name : Download amd64
88
- uses : actions/download-artifact@v3
88
+ uses : actions/download-artifact@v4
89
89
with :
90
90
name : amdcache
91
91
path : amdcache
92
92
93
93
- name : Download arm64
94
- uses : actions/download-artifact@v3
94
+ uses : actions/download-artifact@v4
95
95
with :
96
96
name : armcache
97
97
path : armcache
You can’t perform that action at this time.
0 commit comments