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@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
72
72
with :
73
73
path : .bin
74
74
key : ${{ runner.os }}-binaries
@@ -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@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
156
156
with :
157
157
path : .bin
158
158
key : ${{ runner.os }}-binaries
@@ -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@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
241
241
with :
242
242
path : .bin
243
243
key : ${{ runner.os }}-binaries
0 commit comments