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 0fb7cae commit 9fc738cCopy full SHA for 9fc738c
.github/workflows/deploy.yml
@@ -50,7 +50,7 @@ jobs:
50
persist-credentials: true
51
52
- name: Download Package
53
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
54
with:
55
name: Packages
56
path: dist
@@ -86,7 +86,7 @@ jobs:
86
persist-credentials: false
87
88
89
90
91
92
.github/workflows/test.yml
@@ -256,7 +256,7 @@ jobs:
256
257
258
259
260
261
262
0 commit comments