File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ jobs:
210
210
INSPECT_NAME : ${{ inputs.server-image-registry }}/${{ inputs.server-image-name }}@${{ steps.build-push.outputs.digest }}
211
211
- name : Upload attestations
212
212
if : steps.store-attestations.outcome == 'success'
213
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
213
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
214
214
with :
215
215
name : ${{ env.ATTESTATION_ARTIFACTS_KEY }}
216
216
path : ${{ steps.store-attestations.outputs.path }}
@@ -277,7 +277,7 @@ jobs:
277
277
ENDOFREPORT
278
278
cat "$REPORT_FILE" >> $GITHUB_STEP_SUMMARY
279
279
- name : Upload build artifact
280
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
280
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
281
281
with :
282
282
name : ${{ env.ARTIFACTS_KEY }}
283
283
path : ${{ env.ARTIFACTS_PATH }}
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ jobs:
227
227
rm tfplan
228
228
- name : Store terraform artifacts
229
229
if : success() && inputs.upload-artifacts
230
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
230
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
231
231
with :
232
232
name : ${{ env.ARTIFACTS_KEY }}
233
233
path : |
You can’t perform that action at this time.
0 commit comments