Skip to content

Commit f866271

Browse files
chore(deps): bump actions/download-artifact from v4.2.1 to v4.3.0 (#13471)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/download-artifact](https://redirect.github.com/actions/download-artifact) | action | minor | `v4.2.1` -> `v4.3.0` | --- ### Release Notes <details> <summary>actions/download-artifact (actions/download-artifact)</summary> ### [`v4.3.0`](https://redirect.github.com/actions/download-artifact/releases/tag/v4.3.0) [Compare Source](https://redirect.github.com/actions/download-artifact/compare/v4.2.1...v4.3.0) ##### What's Changed - feat: implement new `artifact-ids` input by [@&#8203;GrantBirki](https://redirect.github.com/GrantBirki) in [https://github.com/actions/download-artifact/pull/401](https://redirect.github.com/actions/download-artifact/pull/401) - Fix workflow example for downloading by artifact ID by [@&#8203;joshmgross](https://redirect.github.com/joshmgross) in [https://github.com/actions/download-artifact/pull/402](https://redirect.github.com/actions/download-artifact/pull/402) - Prep for v4.3.0 release by [@&#8203;robherley](https://redirect.github.com/robherley) in [https://github.com/actions/download-artifact/pull/404](https://redirect.github.com/actions/download-artifact/pull/404) ##### New Contributors - [@&#8203;GrantBirki](https://redirect.github.com/GrantBirki) made their first contribution in [https://github.com/actions/download-artifact/pull/401](https://redirect.github.com/actions/download-artifact/pull/401) **Full Changelog**: actions/download-artifact@v4.2.1...v4.3.0 </details> --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- > Changelog: skip <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI1Ny4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImNpL3NraXAtdGVzdCIsImRlcGVuZGVuY2llcyJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ac829d4 commit f866271

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/_build_publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
outputs:
207207
DIGESTS: ${{ steps.compute-digests.outputs.digests }}
208208
steps:
209-
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
209+
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
210210
with:
211211
pattern: "image_*.digest.json"
212212
path: ./digests

.github/workflows/build-test-distribute.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,15 +156,15 @@ jobs:
156156
- name: "Download all SBOM assets"
157157
id: collect_sbom
158158
if: ${{ needs.build_publish.result == 'success' }}
159-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
159+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
160160
with:
161161
path: ${{ env.SECURITY_ASSETS_DOWNLOAD_PATH }}
162162
pattern: "*sbom.{cyclonedx,spdx}.json"
163163
merge-multiple: true
164164
- name: "Download binary artifact provenance"
165165
if: ${{ needs.provenance.result == 'success' && github.ref_type == 'tag' }}
166166
id: collect_provenance
167-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
167+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
168168
with:
169169
path: ${{ env.SECURITY_ASSETS_DOWNLOAD_PATH }}
170170
pattern: ${{ github.event.repository.name }}.intoto.jsonl

0 commit comments

Comments
 (0)