Skip to content

Commit fd7ea6d

Browse files
Update actions/download-artifact action to v5
1 parent 1f9a578 commit fd7ea6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-web-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Checkout
7171
uses: actions/checkout@v4
7272
- name: Download demo artifacts
73-
uses: actions/download-artifact@v4
73+
uses: actions/download-artifact@v5
7474
with:
7575
name: dist-demo
7676
path: platforms/web/dist-demo

0 commit comments

Comments
 (0)