4545 outputs : type=docker,dest=${{ runner.temp }}/oss.tar
4646
4747 - name : Upload artifact
48- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
48+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4949 with :
5050 name : oss
5151 path : ${{ runner.temp }}/oss.tar
6868
6969 - name : Restore cached binaries
7070 id : cache-binaries-restore
71- uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
71+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
7272 with :
7373 path : .bin
7474 key : ${{ runner.os }}-binaries
8383 chmod +x mc
8484
8585 - name : Download artifact
86- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
86+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
8787 with :
8888 name : oss
8989 path : ${{ runner.temp }}
@@ -109,7 +109,7 @@ jobs:
109109 driver : docker
110110
111111 - name : Download artifact
112- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
112+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
113113 with :
114114 name : oss
115115 path : ${{ runner.temp }}
@@ -132,7 +132,7 @@ jobs:
132132 docker save nginx-s3-gateway:latest-njs-oss > ${{ runner.temp }}/latest-njs.tar
133133
134134 - name : Upload artifact - latest-njs
135- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
135+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
136136 with :
137137 name : latest-njs
138138 path : ${{ runner.temp }}/latest-njs.tar
@@ -152,7 +152,7 @@ jobs:
152152
153153 - name : Restore cached binaries
154154 id : cache-binaries-restore
155- uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
155+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
156156 with :
157157 path : .bin
158158 key : ${{ runner.os }}-binaries
@@ -167,7 +167,7 @@ jobs:
167167 chmod +x mc
168168
169169 - name : Download artifact
170- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
170+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
171171 with :
172172 name : latest-njs
173173 path : ${{ runner.temp }}
@@ -194,7 +194,7 @@ jobs:
194194 driver : docker
195195
196196 - name : Download artifact
197- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
197+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
198198 with :
199199 name : oss
200200 path : ${{ runner.temp }}
@@ -217,7 +217,7 @@ jobs:
217217 docker save nginx-s3-gateway:unprivileged-oss > ${{ runner.temp }}/unprivileged.tar
218218
219219 - name : Upload artifact - unprivileged
220- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
220+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
221221 with :
222222 name : unprivileged
223223 path : ${{ runner.temp }}/unprivileged.tar
@@ -237,7 +237,7 @@ jobs:
237237
238238 - name : Restore cached binaries
239239 id : cache-binaries-restore
240- uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
240+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
241241 with :
242242 path : .bin
243243 key : ${{ runner.os }}-binaries
@@ -252,7 +252,7 @@ jobs:
252252 chmod +x mc
253253
254254 - name : Download artifact
255- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
255+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
256256 with :
257257 name : unprivileged
258258 path : ${{ runner.temp }}
0 commit comments