Skip to content

Commit 2db64de

Browse files
authored
Merge pull request #1508 from o1-labs/dependabot/github_actions/actions/download-artifact-5
build(deps): bump actions/download-artifact from 4 to 5
2 parents eba9841 + 603759a commit 2db64de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
uses: actions/checkout@v5
217217

218218
- name: Download frontend digest artifacts
219-
uses: actions/download-artifact@v4
219+
uses: actions/download-artifact@v5
220220
with:
221221
path: /tmp/digests
222222
pattern: frontend-digests-*

0 commit comments

Comments
 (0)