Skip to content

Commit

Permalink
fix download deprecation too
Browse files Browse the repository at this point in the history
  • Loading branch information
habdelra committed Jan 9, 2025
1 parent 518750d commit 2ba56ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
fi
- name: Download dist
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: host-dist
path: packages/host/tmp/deploy-dist
Expand Down

0 comments on commit 2ba56ca

Please sign in to comment.