Skip to content

Commit ed355f8

Browse files
Bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 382c0c5 commit ed355f8

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@v7
120+
- uses: actions/download-artifact@v8
121121
with:
122122
merge-multiple: true
123123
path: /tmp/image-digests

0 commit comments

Comments
 (0)