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 7a212f0 commit 8013e02Copy full SHA for 8013e02
.github/workflows/npm_release.yml
@@ -156,7 +156,7 @@ jobs:
156
with:
157
node-version: 20
158
registry-url: "https://registry.npmjs.org"
159
- - uses: actions/download-artifact@v4.1.7
+ - uses: actions/download-artifact@v5.0.0
160
161
name: npm-package
162
path: dist
@@ -186,11 +186,11 @@ jobs:
186
187
- name: Setup
188
run: npm install
189
190
191
192
193
194
195
name: NativeScript-dSYMs
196
path: dist/dSYMs
0 commit comments