File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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/*
Original file line number Diff line number Diff line change 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