Skip to content

Commit 6bba27e

Browse files
authored
Merge pull request #2095 from wger-project/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents a63f25c + e37187b commit 6bba27e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- build-prod
119119
steps:
120120
- name: Download digests
121-
uses: actions/download-artifact@v5
121+
uses: actions/download-artifact@v6
122122
with:
123123
path: /tmp/digests
124124
pattern: digests-*

0 commit comments

Comments
 (0)