Skip to content

Commit 2947d04

Browse files
authored
Merge pull request #839 from Chia-Network/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 36a1bc1 + d842a5e commit 2947d04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Checkout Code
6262
uses: actions/checkout@v5
6363
- name: Download build from artifacts
64-
uses: actions/download-artifact@v4
64+
uses: actions/download-artifact@v5
6565
with:
6666
name: build
6767
path: ./build

0 commit comments

Comments
 (0)