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 918c1bd commit 677bd2fCopy full SHA for 677bd2f
.github/workflows/build.yml
@@ -52,7 +52,9 @@ jobs:
52
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
53
steps:
54
- uses: actions/checkout@v2
55
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
56
+ with:
57
+ merge-multiple: true
58
- uses: actions/setup-node@v3
59
with:
60
registry-url: 'https://registry.npmjs.org'
.github/workflows/release.yml
@@ -23,7 +23,9 @@ jobs:
23
24
25
26
27
28
29
30
31
0 commit comments