Skip to content

Commit 9235e0d

Browse files
Bump actions/download-artifact from 6 to 7
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>
1 parent 86309ce commit 9235e0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
type=raw,value=${{ matrix.variant }}
118118
type=schedule,pattern={{date 'YYYYMMDD'}},enable=${{ matrix.variant == 'noble' }}
119119
type=schedule,pattern={{date 'YYYYMMDD'}},suffix=${{ matrix.variant }}
120-
- uses: actions/download-artifact@v6
120+
- uses: actions/download-artifact@v7
121121
with:
122122
merge-multiple: true
123123
path: /tmp/image-digests

0 commit comments

Comments
 (0)