File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ jobs:
249249 COMPOSE_INTERACTIVE_NO_CLI : true
250250
251251 - name : Archive debug artifacts (screenshots, HTML snapshots)
252- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
252+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
253253 if : always()
254254 with :
255255 name : e2e-failure-artifacts
@@ -622,7 +622,7 @@ jobs:
622622 run : echo "sha8=$(echo ${GITHUB_SHA} | cut -c1-8)" >> $GITHUB_OUTPUT
623623
624624 - name : Upload build as artifact
625- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
625+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
626626 with :
627627 name : amp-${{ steps.retrieve-branch-name.outputs.branch_name }}-${{ steps.retrieve-git-sha-8.outputs.sha8 }}-${{ matrix.build }}
628628 path : builds/${{ matrix.build }}
You can’t perform that action at this time.
0 commit comments