Skip to content

Commit 0138d55

Browse files
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 97340c9 commit 0138d55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-ghcrio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
if: needs.prepare.outputs.publish_image
195195
steps:
196196
- name: Download digests
197-
uses: actions/download-artifact@v5
197+
uses: actions/download-artifact@v6
198198
with:
199199
path: ${{ runner.temp }}/digests
200200
pattern: digests-*

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
matrix: ${{fromJson(needs.build.outputs.matrix)}}
7070
steps:
7171
- name: Download artifact
72-
uses: actions/download-artifact@v5
72+
uses: actions/download-artifact@v6
7373
with:
7474
name: packages
7575
- name: Upload ${{ matrix.file }}

0 commit comments

Comments
 (0)