45
45
outputs : type=docker,dest=${{ runner.temp }}/oss.tar
46
46
47
47
- name : Upload artifact
48
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
48
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
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@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
71
+ uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
135
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
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@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
155
+ uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
220
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
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@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
240
+ uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
241
241
with :
242
242
path : .bin
243
243
key : ${{ runner.os }}-binaries
0 commit comments