File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 73
73
- name : Build npm package
74
74
run : ./gradlew -PgitCommitVersion=${{ github.sha }} -PnoCCache --stacktrace
75
75
- name : Upload npm package artifact
76
- uses : actions/upload-artifact@v3
76
+ uses : actions/upload-artifact@v4
77
77
with :
78
78
name : npm-package
79
79
path : dist/nativescript-android-${{steps.npm_version_output.outputs.NPM_VERSION}}.tgz
Original file line number Diff line number Diff line change 70
70
- name : Build npm package
71
71
run : ./gradlew -PgitCommitVersion=${{ github.sha }} -PnoCCache --stacktrace
72
72
- name : Upload npm package artifact
73
- uses : actions/upload-artifact@v3
73
+ uses : actions/upload-artifact@v4
74
74
with :
75
75
name : npm-package
76
76
path : dist/nativescript-android-${{steps.npm_version_output.outputs.NPM_VERSION}}.tgz
You can’t perform that action at this time.
0 commit comments