We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fba78f commit 6743001Copy full SHA for 6743001
.github/workflows/deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
- uses: actions/checkout@v5
34
35
- name: Download Package
36
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
37
with:
38
name: Packages
39
path: dist
.github/workflows/test.yml
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
49
0 commit comments