We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f290ed2 commit 4d3b911Copy full SHA for 4d3b911
.github/workflows/npm_release.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: Build npm package
74
run: ./gradlew -PgitCommitVersion=${{ github.sha }} -PnoCCache --stacktrace
75
- name: Upload npm package artifact
76
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
77
with:
78
name: npm-package
79
path: dist/nativescript-android-${{steps.npm_version_output.outputs.NPM_VERSION}}.tgz
.github/workflows/pull_request.yml
@@ -70,7 +70,7 @@ jobs:
70
71
72
0 commit comments