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 d3074cd commit caf108dCopy full SHA for caf108d
.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
@@ -42,7 +42,7 @@ jobs:
42
fetch-depth: 0
43
44
45
46
47
48
0 commit comments