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 @@ -72,12 +72,12 @@ jobs:
7272 - name : Build
7373 run : npm run build-ios
7474 - name : Upload npm package artifact
75- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
75+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7676 with :
7777 name : npm-package
7878 path : dist/nativescript-ios-${{steps.npm_version_output.outputs.NPM_VERSION}}.tgz
7979 - name : Upload dSYMs artifact
80- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
80+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8181 with :
8282 name : NativeScript-dSYMs
8383 path : dist/dSYMs
@@ -144,7 +144,7 @@ jobs:
144144 find $TEST_FOLDER/test-out -name "*junit*.xml" -maxdepth 1 -print0 | xargs -n 1 -0 npx verify-junit-xml
145145 - name : Archive Test Result Data
146146 if : always()
147- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
147+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
148148 with :
149149 name : test-results
150150 path : ${{env.TEST_FOLDER}}/test_results.xcresult
Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ jobs:
5252 - name : Build
5353 run : npm run build-ios
5454 - name : Upload npm package artifact
55- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
55+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5656 with :
5757 name : npm-package
5858 path : dist/nativescript-ios-${{env.NPM_VERSION}}.tgz
5959 - name : Upload dSYMs artifact
60- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
60+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6161 with :
6262 name : NativeScript-dSYMs
6363 path : dist/dSYMs
@@ -119,7 +119,7 @@ jobs:
119119 find $TEST_FOLDER/test-out -name "*junit*.xml" -maxdepth 1 -print0 | xargs -n 1 -0 npx verify-junit-xml
120120 - name : Archive Test Result Data
121121 if : always()
122- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
122+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
123123 with :
124124 name : test-results
125125 path : ${{env.TEST_FOLDER}}/test_results.xcresult
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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
63+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6464 with :
6565 name : SARIF file
6666 path : results.sarif
You can’t perform that action at this time.
0 commit comments