Merge pull request #19512 from Homebrew/dependabot/github_actions/artifacts-7137b7c593

build(deps): bump the artifacts group with 2 updates
This commit is contained in:
Patrick Linnane 2025-03-17 21:03:29 +00:00 committed by GitHub
commit 07e9ab4b35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -234,7 +234,7 @@ jobs:
- name: Upload the Docker image digest
if: fromJSON(steps.attributes.outputs.push)
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
with:
name: digest-${{ matrix.version }}-${{ matrix.arch }}
path: ${{ runner.temp }}/digests/*
@ -254,7 +254,7 @@ jobs:
cache-binary: false
- name: Download Docker image digests
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
with:
path: ${{ runner.temp }}/digests
pattern: digest-${{ matrix.version }}-*