File tree 2 files changed +7
-7
lines changed 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -73,12 +73,12 @@ jobs:
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
80
80
- name : Upload debug symbols
81
- uses : actions/upload-artifact@v3
81
+ uses : actions/upload-artifact@v4
82
82
with :
83
83
name : debug-symbols
84
84
path : test-app/runtime/build/intermediates/merged_native_libs/release/mergeReleaseNativeLibs/out/lib/*
@@ -146,7 +146,7 @@ jobs:
146
146
with :
147
147
node-version : 18
148
148
registry-url : " https://registry.npmjs.org"
149
- - uses : actions/download-artifact@v3
149
+ - uses : actions/download-artifact@v4
150
150
with :
151
151
name : npm-package
152
152
path : dist
@@ -176,11 +176,11 @@ jobs:
176
176
node-version : 18
177
177
- name : Setup
178
178
run : npm install
179
- - uses : actions/download-artifact@v3
179
+ - uses : actions/download-artifact@v4
180
180
with :
181
181
name : npm-package
182
182
path : dist
183
- - uses : actions/download-artifact@v3
183
+ - uses : actions/download-artifact@v4
184
184
with :
185
185
name : debug-symbols
186
186
path : dist/debug-symbols
Original file line number Diff line number Diff line change @@ -70,12 +70,12 @@ jobs:
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
77
77
- name : Upload debug symbols
78
- uses : actions/upload-artifact@v3
78
+ uses : actions/upload-artifact@v4
79
79
with :
80
80
name : debug-symbols
81
81
path : test-app/runtime/build/intermediates/merged_native_libs/release/mergeReleaseNativeLibs/out/lib/*
You can’t perform that action at this time.
0 commit comments