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 c402122 commit b8a1ff4Copy full SHA for b8a1ff4
.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
@@ -75,7 +75,7 @@ jobs:
75
fetch-depth: 0
76
77
78
79
80
81
0 commit comments