Skip to content

Commit 0b32929

Browse files
authored
Merge pull request #406 from Chia-Network/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 11b4a2e + 0f4ab3b commit 0b32929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Checkout Code
6060
uses: actions/checkout@v5
6161
- name: Download build from artifacts
62-
uses: actions/download-artifact@v4
62+
uses: actions/download-artifact@v5
6363
with:
6464
name: build
6565
path: ./build

0 commit comments

Comments
 (0)