Skip to content

Commit 2a8b445

Browse files
authored
Merge pull request #7799 from ampproject/dependabot/github_actions/actions/upload-artifact-4.3.3
Bump actions/upload-artifact from 4.3.1 to 4.3.3
2 parents e908cf9 + a32eef7 commit 2a8b445

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-measure.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)