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:
commit
07e9ab4b35
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -234,7 +234,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload the Docker image digest
|
- name: Upload the Docker image digest
|
||||||
if: fromJSON(steps.attributes.outputs.push)
|
if: fromJSON(steps.attributes.outputs.push)
|
||||||
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
|
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
|
||||||
with:
|
with:
|
||||||
name: digest-${{ matrix.version }}-${{ matrix.arch }}
|
name: digest-${{ matrix.version }}-${{ matrix.arch }}
|
||||||
path: ${{ runner.temp }}/digests/*
|
path: ${{ runner.temp }}/digests/*
|
||||||
@ -254,7 +254,7 @@ jobs:
|
|||||||
cache-binary: false
|
cache-binary: false
|
||||||
|
|
||||||
- name: Download Docker image digests
|
- name: Download Docker image digests
|
||||||
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
|
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
|
||||||
with:
|
with:
|
||||||
path: ${{ runner.temp }}/digests
|
path: ${{ runner.temp }}/digests
|
||||||
pattern: digest-${{ matrix.version }}-*
|
pattern: digest-${{ matrix.version }}-*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user