File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 24
24
25
25
- name : Upload
26
26
if : ${{ github.event_name == 'release' }}
27
- uses : actions/upload-artifact@v3
27
+ uses : actions/upload-artifact@v4
28
28
with :
29
29
name : cri-dockerd
30
30
retention-days : 5
51
51
run : make deb
52
52
53
53
- name : Upload
54
- uses : actions/upload-artifact@v3
54
+ uses : actions/upload-artifact@v4
55
55
with :
56
56
name : cri-dockerd
57
57
retention-days : 5
78
78
run : make rpm
79
79
80
80
- name : Upload
81
- uses : actions/upload-artifact@v3
81
+ uses : actions/upload-artifact@v4
82
82
with :
83
83
name : cri-dockerd
84
84
retention-days : 5
@@ -105,7 +105,7 @@ jobs:
105
105
run : make cross-arm
106
106
107
107
- name : Upload
108
- uses : actions/upload-artifact@v3
108
+ uses : actions/upload-artifact@v4
109
109
with :
110
110
name : cri-dockerd
111
111
retention-days : 5
@@ -132,7 +132,7 @@ jobs:
132
132
133
133
- name : Upload
134
134
if : ${{ github.event_name == 'release' }}
135
- uses : actions/upload-artifact@v3
135
+ uses : actions/upload-artifact@v4
136
136
with :
137
137
name : cri-dockerd
138
138
retention-days : 5
@@ -159,7 +159,7 @@ jobs:
159
159
160
160
- name : Upload
161
161
if : ${{ github.event_name == 'release' }}
162
- uses : actions/upload-artifact@v3
162
+ uses : actions/upload-artifact@v4
163
163
with :
164
164
name : cri-dockerd
165
165
retention-days : 5
Original file line number Diff line number Diff line change 7
7
publish-binaries :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/download-artifact@v3
10
+ - uses : actions/download-artifact@v4
11
11
with :
12
12
name : cri-dockerd
13
13
- name : Push binaries
You can’t perform that action at this time.
0 commit comments