Skip to content

Commit 6d5cdb8

Browse files
Merge pull request #16 from sipist/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents dc9b8f8 + 51490b7 commit 6d5cdb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114

115115
steps:
116116
- name: Download digests
117-
uses: actions/download-artifact@v5
117+
uses: actions/download-artifact@v6
118118
with:
119119
path: ${{ runner.temp }}/digests
120120
pattern: digests-*

0 commit comments

Comments
 (0)