Merge pull request #19850 from Homebrew/dependabot/github_actions/artifacts-beb19bfee9

build(deps): bump actions/download-artifact from 4.2.1 to 4.3.0 in the artifacts group
This commit is contained in:
Patrick Linnane 2025-04-28 22:21:19 +00:00 committed by GitHub
commit 1049f56135
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -71,7 +71,7 @@ jobs:
security-events: write
steps:
- name: Download SARIF file
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
with:
name: results.sarif
path: results.sarif

View File

@ -269,7 +269,7 @@ jobs:
cache-binary: false
- name: Download Docker image digests
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
with:
path: ${{ runner.temp }}/digests
pattern: digest-${{ matrix.version }}-*

View File

@ -162,7 +162,7 @@ jobs:
name: macos-15-arm64
steps:
- name: Download installer from GitHub Actions
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
with:
name: "${{ needs.build.outputs.installer_path }}"
@ -215,7 +215,7 @@ jobs:
contents: write
steps:
- name: Download installer from GitHub Actions
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
with:
name: "${{ needs.build.outputs.installer_path }}"