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 e65a4a0 commit 4b4ef1dCopy full SHA for 4b4ef1d
.github/workflows/npm_release.yml
@@ -142,7 +142,7 @@ jobs:
142
with:
143
node-version: 20
144
registry-url: "https://registry.npmjs.org"
145
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4.1.7
146
147
name: npm-package
148
path: dist
@@ -172,11 +172,11 @@ jobs:
172
173
- name: Setup
174
run: npm install
175
176
177
178
179
180
181
name: NativeScript-dSYMs
182
path: dist/dSYMs
0 commit comments