Skip to content

Commit bcff0d0

Browse files
authored
Merge pull request #42 from stackclass/dependabot/github_actions/actions/download-artifact-6
build(deps): bump actions/download-artifact from 5 to 6
2 parents 083c3f9 + db0ea14 commit bcff0d0

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
@@ -80,7 +80,7 @@ jobs:
8080
run: echo "IMAGE_NAME=ghcr.io/${{ github.repository_owner }}/stackclass-server" >> $GITHUB_ENV
8181

8282
- name: Download digests
83-
uses: actions/download-artifact@v5
83+
uses: actions/download-artifact@v6
8484
with:
8585
path: /tmp/digests
8686
pattern: digests-*

0 commit comments

Comments
 (0)