|
74 | 74 |
|
75 | 75 | - name: Upload Gradle test reports |
76 | 76 | if: always() |
77 | | - uses: actions/upload-artifact@v4 |
| 77 | + uses: actions/upload-artifact@v5 |
78 | 78 | with: |
79 | 79 | name: gradle_check_reports |
80 | 80 | path: /tmp/gradle_test_reports |
|
93 | 93 |
|
94 | 94 | - name: Upload Spotbugs reports |
95 | 95 | if: always() |
96 | | - uses: actions/upload-artifact@v4 |
| 96 | + uses: actions/upload-artifact@v5 |
97 | 97 | with: |
98 | 98 | name: gradle_spotbugs_reports |
99 | 99 | path: /tmp/gradle_spotbugs_reports |
@@ -177,7 +177,7 @@ jobs: |
177 | 177 |
|
178 | 178 | - name: Upload Gradle test reports |
179 | 179 | if: always() |
180 | | - uses: actions/upload-artifact@v4 |
| 180 | + uses: actions/upload-artifact@v5 |
181 | 181 | with: |
182 | 182 | name: cassandra_3.0_integration_test_reports_${{ matrix.mode.label }} |
183 | 183 | path: core/build/reports/tests/integrationTestCassandra |
@@ -242,7 +242,7 @@ jobs: |
242 | 242 |
|
243 | 243 | - name: Upload Gradle test reports |
244 | 244 | if: always() |
245 | | - uses: actions/upload-artifact@v4 |
| 245 | + uses: actions/upload-artifact@v5 |
246 | 246 | with: |
247 | 247 | name: cassandra_3.11_integration_test_reports_${{ matrix.mode.label }} |
248 | 248 | path: core/build/reports/tests/integrationTestCassandra |
@@ -341,7 +341,7 @@ jobs: |
341 | 341 |
|
342 | 342 | - name: Upload Gradle test reports |
343 | 343 | if: always() |
344 | | - uses: actions/upload-artifact@v4 |
| 344 | + uses: actions/upload-artifact@v5 |
345 | 345 | with: |
346 | 346 | name: cosmos_integration_test_reports_${{ matrix.mode.label }} |
347 | 347 | path: core/build/reports/tests/integrationTestCosmos |
@@ -403,7 +403,7 @@ jobs: |
403 | 403 |
|
404 | 404 | - name: Upload Gradle test reports |
405 | 405 | if: always() |
406 | | - uses: actions/upload-artifact@v4 |
| 406 | + uses: actions/upload-artifact@v5 |
407 | 407 | with: |
408 | 408 | name: dynamo_integration_test_reports_${{ matrix.mode.label }} |
409 | 409 | path: core/build/reports/tests/integrationTestDynamo |
@@ -463,7 +463,7 @@ jobs: |
463 | 463 |
|
464 | 464 | - name: Upload Gradle test reports |
465 | 465 | if: always() |
466 | | - uses: actions/upload-artifact@v4 |
| 466 | + uses: actions/upload-artifact@v5 |
467 | 467 | with: |
468 | 468 | name: mysql_5.7_integration_test_reports_${{ matrix.mode.label }} |
469 | 469 | path: core/build/reports/tests/integrationTestJdbc |
@@ -523,7 +523,7 @@ jobs: |
523 | 523 |
|
524 | 524 | - name: Upload Gradle test reports |
525 | 525 | if: always() |
526 | | - uses: actions/upload-artifact@v4 |
| 526 | + uses: actions/upload-artifact@v5 |
527 | 527 | with: |
528 | 528 | name: mysql_8.0_integration_test_reports_${{ matrix.mode.label }} |
529 | 529 | path: core/build/reports/tests/integrationTestJdbc |
@@ -583,7 +583,7 @@ jobs: |
583 | 583 |
|
584 | 584 | - name: Upload Gradle test reports |
585 | 585 | if: always() |
586 | | - uses: actions/upload-artifact@v4 |
| 586 | + uses: actions/upload-artifact@v5 |
587 | 587 | with: |
588 | 588 | name: mysql_8.4_integration_test_reports_${{ matrix.mode.label }} |
589 | 589 | path: core/build/reports/tests/integrationTestJdbc |
@@ -648,7 +648,7 @@ jobs: |
648 | 648 |
|
649 | 649 | - name: Upload Gradle test reports |
650 | 650 | if: always() |
651 | | - uses: actions/upload-artifact@v4 |
| 651 | + uses: actions/upload-artifact@v5 |
652 | 652 | with: |
653 | 653 | name: postgresql_13_integration_test_reports_${{ matrix.mode.label }} |
654 | 654 | path: core/build/reports/tests/integrationTestJdbc |
@@ -713,7 +713,7 @@ jobs: |
713 | 713 |
|
714 | 714 | - name: Upload Gradle test reports |
715 | 715 | if: always() |
716 | | - uses: actions/upload-artifact@v4 |
| 716 | + uses: actions/upload-artifact@v5 |
717 | 717 | with: |
718 | 718 | name: postgresql_14_integration_test_reports_${{ matrix.mode.label }} |
719 | 719 | path: core/build/reports/tests/integrationTestJdbc |
@@ -778,7 +778,7 @@ jobs: |
778 | 778 |
|
779 | 779 | - name: Upload Gradle test reports |
780 | 780 | if: always() |
781 | | - uses: actions/upload-artifact@v4 |
| 781 | + uses: actions/upload-artifact@v5 |
782 | 782 | with: |
783 | 783 | name: postgresql_15_integration_test_reports_${{ matrix.mode.label }} |
784 | 784 | path: core/build/reports/tests/integrationTestJdbc |
@@ -843,7 +843,7 @@ jobs: |
843 | 843 |
|
844 | 844 | - name: Upload Gradle test reports |
845 | 845 | if: always() |
846 | | - uses: actions/upload-artifact@v4 |
| 846 | + uses: actions/upload-artifact@v5 |
847 | 847 | with: |
848 | 848 | name: postgresql_16_integration_test_reports_${{ matrix.mode.label }} |
849 | 849 | path: core/build/reports/tests/integrationTestJdbc |
@@ -908,7 +908,7 @@ jobs: |
908 | 908 |
|
909 | 909 | - name: Upload Gradle test reports |
910 | 910 | if: always() |
911 | | - uses: actions/upload-artifact@v4 |
| 911 | + uses: actions/upload-artifact@v5 |
912 | 912 | with: |
913 | 913 | name: postgresql_17_integration_test_reports_${{ matrix.mode.label }} |
914 | 914 | path: core/build/reports/tests/integrationTestJdbc |
@@ -973,7 +973,7 @@ jobs: |
973 | 973 |
|
974 | 974 | - name: Upload Gradle test reports |
975 | 975 | if: always() |
976 | | - uses: actions/upload-artifact@v4 |
| 976 | + uses: actions/upload-artifact@v5 |
977 | 977 | with: |
978 | 978 | name: oracle_19_integration_test_reports_${{ matrix.mode.label }} |
979 | 979 | path: core/build/reports/tests/integrationTestJdbc |
@@ -1045,7 +1045,7 @@ jobs: |
1045 | 1045 |
|
1046 | 1046 | - name: Upload Gradle test reports |
1047 | 1047 | if: always() |
1048 | | - uses: actions/upload-artifact@v4 |
| 1048 | + uses: actions/upload-artifact@v5 |
1049 | 1049 | with: |
1050 | 1050 | name: oracle_21_integration_test_reports_${{ matrix.mode.label }} |
1051 | 1051 | path: core/build/reports/tests/integrationTestJdbc |
@@ -1134,7 +1134,7 @@ jobs: |
1134 | 1134 |
|
1135 | 1135 | - name: Upload Gradle test reports |
1136 | 1136 | if: always() |
1137 | | - uses: actions/upload-artifact@v4 |
| 1137 | + uses: actions/upload-artifact@v5 |
1138 | 1138 | with: |
1139 | 1139 | name: oracle_23_integration_test_reports_${{ matrix.mode.label }} |
1140 | 1140 | path: core/build/reports/tests/integrationTestJdbc |
@@ -1216,7 +1216,7 @@ jobs: |
1216 | 1216 |
|
1217 | 1217 | - name: Upload Gradle test reports |
1218 | 1218 | if: always() |
1219 | | - uses: actions/upload-artifact@v4 |
| 1219 | + uses: actions/upload-artifact@v5 |
1220 | 1220 | with: |
1221 | 1221 | name: sqlserver_2017_integration_test_reports_${{ matrix.mode.label }} |
1222 | 1222 | path: core/build/reports/tests/integrationTestJdbc |
@@ -1287,7 +1287,7 @@ jobs: |
1287 | 1287 |
|
1288 | 1288 | - name: Upload Gradle test reports |
1289 | 1289 | if: always() |
1290 | | - uses: actions/upload-artifact@v4 |
| 1290 | + uses: actions/upload-artifact@v5 |
1291 | 1291 | with: |
1292 | 1292 | name: sqlserver_2019_integration_test_reports_${{ matrix.mode.label }} |
1293 | 1293 | path: core/build/reports/tests/integrationTestJdbc |
@@ -1358,7 +1358,7 @@ jobs: |
1358 | 1358 |
|
1359 | 1359 | - name: Upload Gradle test reports |
1360 | 1360 | if: always() |
1361 | | - uses: actions/upload-artifact@v4 |
| 1361 | + uses: actions/upload-artifact@v5 |
1362 | 1362 | with: |
1363 | 1363 | name: sqlserver_2022_integration_test_reports_${{ matrix.mode.label }} |
1364 | 1364 | path: core/build/reports/tests/integrationTestJdbc |
@@ -1417,7 +1417,7 @@ jobs: |
1417 | 1417 |
|
1418 | 1418 | - name: Upload Gradle test reports |
1419 | 1419 | if: always() |
1420 | | - uses: actions/upload-artifact@v4 |
| 1420 | + uses: actions/upload-artifact@v5 |
1421 | 1421 | with: |
1422 | 1422 | name: sqlite_3_integration_test_reports_${{ matrix.mode.label }} |
1423 | 1423 | path: core/build/reports/tests/integrationTestJdbc |
@@ -1477,7 +1477,7 @@ jobs: |
1477 | 1477 |
|
1478 | 1478 | - name: Upload Gradle test reports |
1479 | 1479 | if: always() |
1480 | | - uses: actions/upload-artifact@v4 |
| 1480 | + uses: actions/upload-artifact@v5 |
1481 | 1481 | with: |
1482 | 1482 | name: mariadb_10_integration_test_reports_${{ matrix.mode.label }} |
1483 | 1483 | path: core/build/reports/tests/integrationTestJdbc |
@@ -1537,7 +1537,7 @@ jobs: |
1537 | 1537 |
|
1538 | 1538 | - name: Upload Gradle test reports |
1539 | 1539 | if: always() |
1540 | | - uses: actions/upload-artifact@v4 |
| 1540 | + uses: actions/upload-artifact@v5 |
1541 | 1541 | with: |
1542 | 1542 | name: mariadb_11.4_integration_test_reports_${{ matrix.mode.label }} |
1543 | 1543 | path: core/build/reports/tests/integrationTestJdbc |
@@ -1597,7 +1597,7 @@ jobs: |
1597 | 1597 |
|
1598 | 1598 | - name: Upload Gradle test reports |
1599 | 1599 | if: always() |
1600 | | - uses: actions/upload-artifact@v4 |
| 1600 | + uses: actions/upload-artifact@v5 |
1601 | 1601 | with: |
1602 | 1602 | name: yugabytedb_2_integration_test_reports_${{ matrix.mode.label }} |
1603 | 1603 | path: core/build/reports/tests/integrationTestJdbc |
@@ -1669,7 +1669,7 @@ jobs: |
1669 | 1669 | run: ./gradlew integrationTestMultiStorage ${{ matrix.mode.group_commit_enabled && env.INT_TEST_GRADLE_OPTIONS_FOR_GROUP_COMMIT || '' }} |
1670 | 1670 |
|
1671 | 1671 | - name: Upload Gradle test reports |
1672 | | - uses: actions/upload-artifact@v4 |
| 1672 | + uses: actions/upload-artifact@v5 |
1673 | 1673 | if: always() |
1674 | 1674 | with: |
1675 | 1675 | name: multi_storage_integration_test_reports_${{ matrix.mode.label }} |
@@ -1720,7 +1720,7 @@ jobs: |
1720 | 1720 | run: ./gradlew integrationTestScalarDbServer |
1721 | 1721 |
|
1722 | 1722 | - name: Upload Gradle test reports |
1723 | | - uses: actions/upload-artifact@v4 |
| 1723 | + uses: actions/upload-artifact@v5 |
1724 | 1724 | if : always() |
1725 | 1725 | with: |
1726 | 1726 | name: scalardb_server_integration_test_reports |
|
0 commit comments