Skip to content

Commit

Permalink
Merge pull request #7797 from ampproject/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/download-artifact-4.1.7

Bump actions/download-artifact from 4.1.4 to 4.1.7
  • Loading branch information
thelovekesh committed Jun 26, 2024
2 parents 0b3db2a + 6afed6c commit 0e55c11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-measure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -641,13 +641,13 @@ jobs:
prod-checksum: ${{ steps.output-checksums.outputs.prod-checksum }}
steps:
- name: Download dev build
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 #v4.1.4
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e #v4.1.7
with:
name: amp-${{ needs.build-zip.outputs.branch-name }}-${{ needs.build-zip.outputs.git-sha-8 }}-dev
path: builds/dev

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

0 comments on commit 0e55c11

Please sign in to comment.