Skip to content

Commit 89c99c9

Browse files
committed
ci: update download-artifact action to fix deploy job
1 parent 42aeb82 commit 89c99c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v4
3434

3535
- name: Download Package
36-
uses: actions/download-artifact@v3
36+
uses: actions/download-artifact@v4
3737
with:
3838
name: Packages
3939
path: dist

0 commit comments

Comments
 (0)