Skip to content

Commit 7285476

Browse files
authored
Merge pull request #867 from Chia-Network/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents 1e2005a + e4488e7 commit 7285476

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
@@ -60,7 +60,7 @@ jobs:
6060
- name: Checkout Code
6161
uses: actions/checkout@v5
6262
- name: Download build from artifacts
63-
uses: actions/download-artifact@v5
63+
uses: actions/download-artifact@v6
6464
with:
6565
name: build
6666
path: ./build

0 commit comments

Comments
 (0)