File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2828 run : ./gradlew macosX64Test iosX64Test # tvosX64Test
2929
3030 - name : Archive Test Results
31- uses : actions/upload-artifact@de65e23aa2b7e23d713bb51fbfcb6d502f8667d8
31+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
3232 if : ${{ always() }}
3333 with :
3434 name : test-results-macos
4848 run : ./gradlew mingwX64Test
4949
5050 - name : Archive Test Results
51- uses : actions/upload-artifact@de65e23aa2b7e23d713bb51fbfcb6d502f8667d8
51+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
5252 if : ${{ always() }}
5353 with :
5454 name : test-results-windows
@@ -78,14 +78,14 @@ jobs:
7878 run : ./gradlew linuxX64Test
7979
8080 - name : Archive Reports
81- uses : actions/upload-artifact@de65e23aa2b7e23d713bb51fbfcb6d502f8667d8
81+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
8282 if : ${{ always() }}
8383 with :
8484 name : kover-report
8585 path : " build/reports/kover/report.xml"
8686
8787 - name : Archive Test Results
88- uses : actions/upload-artifact@de65e23aa2b7e23d713bb51fbfcb6d502f8667d8
88+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
8989 if : ${{ always() }}
9090 with :
9191 name : test-results-junit
@@ -110,7 +110,7 @@ jobs:
110110 run : ./gradlew jsNodeTest jsBrowserTest wasmJsTest wasmWasiTest
111111
112112 - name : Archive Test Results
113- uses : actions/upload-artifact@de65e23aa2b7e23d713bb51fbfcb6d502f8667d8
113+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
114114 if : ${{ always() }}
115115 with :
116116 name : test-results-js
You can’t perform that action at this time.
0 commit comments