45
45
outputs : type=docker,dest=${{ runner.temp }}/oss.tar
46
46
47
47
- name : Upload artifact
48
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
48
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
49
49
with :
50
50
name : oss
51
51
path : ${{ runner.temp }}/oss.tar
68
68
69
69
- name : Restore cached binaries
70
70
id : cache-binaries-restore
71
- uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
71
+ uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
72
72
with :
73
73
path : .bin
74
74
key : ${{ runner.os }}-binaries
83
83
chmod +x mc
84
84
85
85
- name : Download artifact
86
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
86
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
87
87
with :
88
88
name : oss
89
89
path : ${{ runner.temp }}
@@ -109,7 +109,7 @@ jobs:
109
109
driver : docker
110
110
111
111
- name : Download artifact
112
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
112
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
113
113
with :
114
114
name : oss
115
115
path : ${{ runner.temp }}
@@ -132,7 +132,7 @@ jobs:
132
132
docker save nginx-s3-gateway:latest-njs-oss > ${{ runner.temp }}/latest-njs.tar
133
133
134
134
- name : Upload artifact - latest-njs
135
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
135
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
136
136
with :
137
137
name : latest-njs
138
138
path : ${{ runner.temp }}/latest-njs.tar
@@ -152,7 +152,7 @@ jobs:
152
152
153
153
- name : Restore cached binaries
154
154
id : cache-binaries-restore
155
- uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
155
+ uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
156
156
with :
157
157
path : .bin
158
158
key : ${{ runner.os }}-binaries
@@ -167,7 +167,7 @@ jobs:
167
167
chmod +x mc
168
168
169
169
- name : Download artifact
170
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
170
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
171
171
with :
172
172
name : latest-njs
173
173
path : ${{ runner.temp }}
@@ -194,7 +194,7 @@ jobs:
194
194
driver : docker
195
195
196
196
- name : Download artifact
197
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
197
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
198
198
with :
199
199
name : oss
200
200
path : ${{ runner.temp }}
@@ -217,7 +217,7 @@ jobs:
217
217
docker save nginx-s3-gateway:unprivileged-oss > ${{ runner.temp }}/unprivileged.tar
218
218
219
219
- name : Upload artifact - unprivileged
220
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
220
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
221
221
with :
222
222
name : unprivileged
223
223
path : ${{ runner.temp }}/unprivileged.tar
@@ -237,7 +237,7 @@ jobs:
237
237
238
238
- name : Restore cached binaries
239
239
id : cache-binaries-restore
240
- uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
240
+ uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
241
241
with :
242
242
path : .bin
243
243
key : ${{ runner.os }}-binaries
@@ -252,7 +252,7 @@ jobs:
252
252
chmod +x mc
253
253
254
254
- name : Download artifact
255
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
255
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
256
256
with :
257
257
name : unprivileged
258
258
path : ${{ runner.temp }}
0 commit comments