Skip to content

Commit 0e55c11

Browse files
authored
Merge pull request #7797 from ampproject/dependabot/github_actions/actions/download-artifact-4.1.7
Bump actions/download-artifact from 4.1.4 to 4.1.7
2 parents 0b3db2a + 6afed6c commit 0e55c11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -641,13 +641,13 @@ jobs:
641641
prod-checksum: ${{ steps.output-checksums.outputs.prod-checksum }}
642642
steps:
643643
- name: Download dev build
644-
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 #v4.1.4
644+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e #v4.1.7
645645
with:
646646
name: amp-${{ needs.build-zip.outputs.branch-name }}-${{ needs.build-zip.outputs.git-sha-8 }}-dev
647647
path: builds/dev
648648

649649
- name: Download prod build
650-
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 #v4.1.4
650+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e #v4.1.7
651651
with:
652652
name: amp-${{ needs.build-zip.outputs.branch-name }}-${{ needs.build-zip.outputs.git-sha-8 }}-prod
653653
path: builds/prod

0 commit comments

Comments
 (0)