Skip to content

Commit 96d83f4

Browse files
Merge pull request #11 from progamesigner/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents 382c0c5 + ed355f8 commit 96d83f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)