Skip to content

Commit 7755a81

Browse files
Bump actions/download-artifact from 6 to 7 (#676)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 298b287 commit 7755a81

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
run: echo "Current date is ${{ steps.date.outputs.date }}"
126126

127127
- name: Download bake metadata artifacts
128-
uses: actions/download-artifact@v6
128+
uses: actions/download-artifact@v7
129129
with:
130130
pattern: bake-metadata-${{ matrix.family }}-${{ matrix.distro }}-*
131131
path: bake-metadata

.github/workflows/publish_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
needs: build
4949
steps:
5050
- name: Download artifact
51-
uses: actions/download-artifact@v6
51+
uses: actions/download-artifact@v7
5252
with:
5353
name: github-pages
5454
- name: Extract

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
- uses: actions/checkout@v6
163163

164164
- name: Download bake metadata artifacts
165-
uses: actions/download-artifact@v6
165+
uses: actions/download-artifact@v7
166166
with:
167167
pattern: bake-metadata-${{ matrix.family }}-${{ matrix.distro }}-*
168168
path: bake-metadata

0 commit comments

Comments
 (0)