9393 done
9494
9595 - name : Upload artifacts
96- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
96+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9797 with :
9898 name : release-artifacts-${{ env.VERSION }}
9999 path : release/*
@@ -124,7 +124,7 @@ jobs:
124124 uses : aquasecurity/setup-trivy@e6c2c5e321ed9123bda567646e2f96565e34abe1 # v0.2.4
125125
126126 - name : Download artifacts
127- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
127+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
128128 with :
129129 name : release-artifacts-${{ env.VERSION }}
130130 path : release
@@ -151,7 +151,7 @@ jobs:
151151 release/terraform-gcp-${{ env.VERSION }}.tar.gz
152152
153153 - name : Upload signed artifacts
154- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
154+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
155155 with :
156156 name : signed-artifacts-${{ env.VERSION }}
157157 path : |
@@ -174,13 +174,13 @@ jobs:
174174 uses : sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
175175
176176 - name : Download release artifacts
177- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
177+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
178178 with :
179179 name : release-artifacts-${{ env.VERSION }}
180180 path : release
181181
182182 - name : Download signed artifacts
183- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
183+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
184184 with :
185185 name : signed-artifacts-${{ env.VERSION }}
186186 path : signed
@@ -218,13 +218,13 @@ jobs:
218218 VERSION : ${{ github.ref_name }}
219219 steps :
220220 - name : Download release artifacts
221- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
221+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
222222 with :
223223 name : release-artifacts-${{ env.VERSION }}
224224 path : release
225225
226226 - name : Download signed artifacts
227- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
227+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
228228 with :
229229 name : signed-artifacts-${{ env.VERSION }}
230230 path : signed
0 commit comments