Skip to content

Commit 9a58a1b

Browse files
ci: bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1021387 commit 9a58a1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
path: official-images
6565

6666
- name: Download Builded Image
67-
uses: actions/download-artifact@v5
67+
uses: actions/download-artifact@v6
6868
with:
6969
name: companion.tar
7070

@@ -140,7 +140,7 @@ jobs:
140140

141141
# ADD BUILT IMAGE
142142
- name: Download Built Image
143-
uses: actions/download-artifact@v5
143+
uses: actions/download-artifact@v6
144144
with:
145145
name: companion.tar
146146

0 commit comments

Comments
 (0)