Skip to content

Commit 62a3fad

Browse files
dependabot[bot]alexiri
authored andcommitted
Bump the gha-actions-download-artifact group across 2 directories with 1 update
Bumps the gha-actions-download-artifact group with 1 update in the / directory: [actions/download-artifact](https://github.com/actions/download-artifact). Bumps the gha-actions-download-artifact group with 1 update in the /.github/actions/manifest directory: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@37930b1...70fc10c) Updates `actions/download-artifact` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@37930b1...70fc10c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-actions-download-artifact - dependency-name: actions/download-artifact dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-actions-download-artifact ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8808616 commit 62a3fad

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/manifest/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ runs:
6868
sudo apt install -y crun/trixie podman/trixie
6969
7070
- name: Fetch Build Outputs
71-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4
71+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v4
7272
with:
7373
pattern: ${{ inputs.image-name }}_*
7474
merge-multiple: true

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828
steps:
2929
- name: Fetch Changelogs
3030
id: download-changelogs
31-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4
31+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v4
3232
with:
3333
pattern: changelog-${{ inputs.image-name }}-*
3434
merge-multiple: true
3535
path: /tmp/changelogs
3636

3737
- name: Fetch SBOMs
3838
id: download-sbom
39-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4
39+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v4
4040
with:
4141
pattern: "*.spdx.json"
4242
merge-multiple: true

0 commit comments

Comments
 (0)