File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -82,12 +82,12 @@ jobs:
8282 - name : Build npm package
8383 run : ./gradlew -PgitCommitVersion=${{ github.sha }} -PnoCCache --stacktrace
8484 - name : Upload npm package artifact
85- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
85+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
8686 with :
8787 name : npm-package
8888 path : dist/nativescript-android-${{steps.npm_version_output.outputs.NPM_VERSION}}.tgz
8989 - name : Upload debug symbols
90- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
90+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
9191 with :
9292 name : debug-symbols
9393 path : test-app/runtime/build/intermediates/merged_native_libs/release/mergeReleaseNativeLibs/out/lib/*
@@ -145,7 +145,7 @@ jobs:
145145 script : ./gradlew runtestsAndVerifyResults --stacktrace
146146 - name : Upload Test Results
147147 if : ${{ !cancelled() }} # run this step even if previous step failed
148- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
148+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
149149 with :
150150 name : android-unit-test-results
151151 path : test-app/dist/android_unit_test_results.xml
Original file line number Diff line number Diff line change @@ -73,12 +73,12 @@ jobs:
7373 - name : Build npm package
7474 run : ./gradlew -PgitCommitVersion=${{ github.sha }} -PnoCCache --stacktrace
7575 - name : Upload npm package artifact
76- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
76+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
7777 with :
7878 name : npm-package
7979 path : dist/nativescript-android-${{steps.npm_version_output.outputs.NPM_VERSION}}.tgz
8080 - name : Upload debug symbols
81- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
81+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
8282 with :
8383 name : debug-symbols
8484 path : test-app/runtime/build/intermediates/merged_native_libs/release/mergeReleaseNativeLibs/out/lib/*
@@ -130,7 +130,7 @@ jobs:
130130 script : ./gradlew runtestsAndVerifyResults --stacktrace
131131 - name : Upload Test Results
132132 if : ${{ !cancelled() }} # run this step even if previous step failed
133- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
133+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
134134 with :
135135 name : android-unit-test-results
136136 path : test-app/dist/android_unit_test_results.xml
Original file line number Diff line number Diff line change 6060 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6161 # format to the repository Actions tab.
6262 - name : " Upload artifact"
63- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
63+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
6464 with :
6565 name : SARIF file
6666 path : results.sarif
You can’t perform that action at this time.
0 commit comments