@@ -117,7 +117,7 @@ jobs:
117117 run : make build-multiarch PLATFORMS="linux_amd64 linux_arm64"
118118
119119 - name : Upload EG Binaries
120- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
120+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
121121 with :
122122 name : envoy-gateway
123123 path : bin/
@@ -156,7 +156,7 @@ jobs:
156156 - uses : ./tools/github-actions/setup-deps
157157
158158 - name : Download EG Binaries
159- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
159+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
160160 with :
161161 name : envoy-gateway
162162 path : bin/
@@ -210,7 +210,7 @@ jobs:
210210 - uses : ./tools/github-actions/setup-deps
211211
212212 - name : Download EG Binaries
213- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
213+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
214214 with :
215215 name : envoy-gateway
216216 path : bin/
@@ -265,7 +265,7 @@ jobs:
265265 run : make benchmark
266266
267267 - name : Upload Benchmark report
268- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
268+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
269269 with :
270270 name : benchmark-report
271271 path : ./test/benchmark/benchmark_report/
@@ -293,7 +293,7 @@ jobs:
293293 - uses : ./tools/github-actions/setup-deps
294294
295295 - name : Download EG Binaries
296- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
296+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
297297 with :
298298 name : envoy-gateway
299299 path : bin/
0 commit comments