|
76 | 76 |
|
77 | 77 | - name: Upload Gradle test reports |
78 | 78 | if: always() |
79 | | - uses: actions/upload-artifact@v4 |
| 79 | + uses: actions/upload-artifact@v5 |
80 | 80 | with: |
81 | 81 | name: gradle_check_reports |
82 | 82 | path: /tmp/gradle_test_reports |
|
97 | 97 |
|
98 | 98 | - name: Upload Spotbugs reports |
99 | 99 | if: always() |
100 | | - uses: actions/upload-artifact@v4 |
| 100 | + uses: actions/upload-artifact@v5 |
101 | 101 | with: |
102 | 102 | name: gradle_spotbugs_reports |
103 | 103 | path: /tmp/gradle_spotbugs_reports |
@@ -184,7 +184,7 @@ jobs: |
184 | 184 |
|
185 | 185 | - name: Upload Gradle test reports |
186 | 186 | if: always() |
187 | | - uses: actions/upload-artifact@v4 |
| 187 | + uses: actions/upload-artifact@v5 |
188 | 188 | with: |
189 | 189 | name: cassandra_3.0_integration_test_reports_${{ matrix.mode.label }} |
190 | 190 | path: core/build/reports/tests/integrationTestCassandra |
@@ -249,7 +249,7 @@ jobs: |
249 | 249 |
|
250 | 250 | - name: Upload Gradle test reports |
251 | 251 | if: always() |
252 | | - uses: actions/upload-artifact@v4 |
| 252 | + uses: actions/upload-artifact@v5 |
253 | 253 | with: |
254 | 254 | name: cassandra_3.11_integration_test_reports_${{ matrix.mode.label }} |
255 | 255 | path: core/build/reports/tests/integrationTestCassandra |
@@ -348,7 +348,7 @@ jobs: |
348 | 348 |
|
349 | 349 | - name: Upload Gradle test reports |
350 | 350 | if: always() |
351 | | - uses: actions/upload-artifact@v4 |
| 351 | + uses: actions/upload-artifact@v5 |
352 | 352 | with: |
353 | 353 | name: cosmos_integration_test_reports_${{ matrix.mode.label }} |
354 | 354 | path: core/build/reports/tests/integrationTestCosmos |
@@ -410,7 +410,7 @@ jobs: |
410 | 410 |
|
411 | 411 | - name: Upload Gradle test reports |
412 | 412 | if: always() |
413 | | - uses: actions/upload-artifact@v4 |
| 413 | + uses: actions/upload-artifact@v5 |
414 | 414 | with: |
415 | 415 | name: dynamo_integration_test_reports_${{ matrix.mode.label }} |
416 | 416 | path: core/build/reports/tests/integrationTestDynamo |
@@ -470,7 +470,7 @@ jobs: |
470 | 470 |
|
471 | 471 | - name: Upload Gradle test reports |
472 | 472 | if: always() |
473 | | - uses: actions/upload-artifact@v4 |
| 473 | + uses: actions/upload-artifact@v5 |
474 | 474 | with: |
475 | 475 | name: mysql_5.7_integration_test_reports_${{ matrix.mode.label }} |
476 | 476 | path: core/build/reports/tests/integrationTestJdbc |
@@ -530,7 +530,7 @@ jobs: |
530 | 530 |
|
531 | 531 | - name: Upload Gradle test reports |
532 | 532 | if: always() |
533 | | - uses: actions/upload-artifact@v4 |
| 533 | + uses: actions/upload-artifact@v5 |
534 | 534 | with: |
535 | 535 | name: mysql_8.0_integration_test_reports_${{ matrix.mode.label }} |
536 | 536 | path: core/build/reports/tests/integrationTestJdbc |
@@ -590,7 +590,7 @@ jobs: |
590 | 590 |
|
591 | 591 | - name: Upload Gradle test reports |
592 | 592 | if: always() |
593 | | - uses: actions/upload-artifact@v4 |
| 593 | + uses: actions/upload-artifact@v5 |
594 | 594 | with: |
595 | 595 | name: mysql_8.4_integration_test_reports_${{ matrix.mode.label }} |
596 | 596 | path: core/build/reports/tests/integrationTestJdbc |
@@ -655,7 +655,7 @@ jobs: |
655 | 655 |
|
656 | 656 | - name: Upload Gradle test reports |
657 | 657 | if: always() |
658 | | - uses: actions/upload-artifact@v4 |
| 658 | + uses: actions/upload-artifact@v5 |
659 | 659 | with: |
660 | 660 | name: postgresql_13_integration_test_reports_${{ matrix.mode.label }} |
661 | 661 | path: core/build/reports/tests/integrationTestJdbc |
@@ -720,7 +720,7 @@ jobs: |
720 | 720 |
|
721 | 721 | - name: Upload Gradle test reports |
722 | 722 | if: always() |
723 | | - uses: actions/upload-artifact@v4 |
| 723 | + uses: actions/upload-artifact@v5 |
724 | 724 | with: |
725 | 725 | name: postgresql_14_integration_test_reports_${{ matrix.mode.label }} |
726 | 726 | path: core/build/reports/tests/integrationTestJdbc |
@@ -785,7 +785,7 @@ jobs: |
785 | 785 |
|
786 | 786 | - name: Upload Gradle test reports |
787 | 787 | if: always() |
788 | | - uses: actions/upload-artifact@v4 |
| 788 | + uses: actions/upload-artifact@v5 |
789 | 789 | with: |
790 | 790 | name: postgresql_15_integration_test_reports_${{ matrix.mode.label }} |
791 | 791 | path: core/build/reports/tests/integrationTestJdbc |
@@ -850,7 +850,7 @@ jobs: |
850 | 850 |
|
851 | 851 | - name: Upload Gradle test reports |
852 | 852 | if: always() |
853 | | - uses: actions/upload-artifact@v4 |
| 853 | + uses: actions/upload-artifact@v5 |
854 | 854 | with: |
855 | 855 | name: postgresql_16_integration_test_reports_${{ matrix.mode.label }} |
856 | 856 | path: core/build/reports/tests/integrationTestJdbc |
@@ -915,7 +915,7 @@ jobs: |
915 | 915 |
|
916 | 916 | - name: Upload Gradle test reports |
917 | 917 | if: always() |
918 | | - uses: actions/upload-artifact@v4 |
| 918 | + uses: actions/upload-artifact@v5 |
919 | 919 | with: |
920 | 920 | name: postgresql_17_integration_test_reports_${{ matrix.mode.label }} |
921 | 921 | path: core/build/reports/tests/integrationTestJdbc |
@@ -980,7 +980,7 @@ jobs: |
980 | 980 |
|
981 | 981 | - name: Upload Gradle test reports |
982 | 982 | if: always() |
983 | | - uses: actions/upload-artifact@v4 |
| 983 | + uses: actions/upload-artifact@v5 |
984 | 984 | with: |
985 | 985 | name: oracle_19_integration_test_reports_${{ matrix.mode.label }} |
986 | 986 | path: core/build/reports/tests/integrationTestJdbc |
@@ -1052,7 +1052,7 @@ jobs: |
1052 | 1052 |
|
1053 | 1053 | - name: Upload Gradle test reports |
1054 | 1054 | if: always() |
1055 | | - uses: actions/upload-artifact@v4 |
| 1055 | + uses: actions/upload-artifact@v5 |
1056 | 1056 | with: |
1057 | 1057 | name: oracle_21_integration_test_reports_${{ matrix.mode.label }} |
1058 | 1058 | path: core/build/reports/tests/integrationTestJdbc |
@@ -1141,7 +1141,7 @@ jobs: |
1141 | 1141 |
|
1142 | 1142 | - name: Upload Gradle test reports |
1143 | 1143 | if: always() |
1144 | | - uses: actions/upload-artifact@v4 |
| 1144 | + uses: actions/upload-artifact@v5 |
1145 | 1145 | with: |
1146 | 1146 | name: oracle_23_integration_test_reports_${{ matrix.mode.label }} |
1147 | 1147 | path: core/build/reports/tests/integrationTestJdbc |
@@ -1223,7 +1223,7 @@ jobs: |
1223 | 1223 |
|
1224 | 1224 | - name: Upload Gradle test reports |
1225 | 1225 | if: always() |
1226 | | - uses: actions/upload-artifact@v4 |
| 1226 | + uses: actions/upload-artifact@v5 |
1227 | 1227 | with: |
1228 | 1228 | name: sqlserver_2017_integration_test_reports_${{ matrix.mode.label }} |
1229 | 1229 | path: core/build/reports/tests/integrationTestJdbc |
@@ -1294,7 +1294,7 @@ jobs: |
1294 | 1294 |
|
1295 | 1295 | - name: Upload Gradle test reports |
1296 | 1296 | if: always() |
1297 | | - uses: actions/upload-artifact@v4 |
| 1297 | + uses: actions/upload-artifact@v5 |
1298 | 1298 | with: |
1299 | 1299 | name: sqlserver_2019_integration_test_reports_${{ matrix.mode.label }} |
1300 | 1300 | path: core/build/reports/tests/integrationTestJdbc |
@@ -1365,7 +1365,7 @@ jobs: |
1365 | 1365 |
|
1366 | 1366 | - name: Upload Gradle test reports |
1367 | 1367 | if: always() |
1368 | | - uses: actions/upload-artifact@v4 |
| 1368 | + uses: actions/upload-artifact@v5 |
1369 | 1369 | with: |
1370 | 1370 | name: sqlserver_2022_integration_test_reports_${{ matrix.mode.label }} |
1371 | 1371 | path: core/build/reports/tests/integrationTestJdbc |
@@ -1424,7 +1424,7 @@ jobs: |
1424 | 1424 |
|
1425 | 1425 | - name: Upload Gradle test reports |
1426 | 1426 | if: always() |
1427 | | - uses: actions/upload-artifact@v4 |
| 1427 | + uses: actions/upload-artifact@v5 |
1428 | 1428 | with: |
1429 | 1429 | name: sqlite_3_integration_test_reports_${{ matrix.mode.label }} |
1430 | 1430 | path: core/build/reports/tests/integrationTestJdbc |
@@ -1484,7 +1484,7 @@ jobs: |
1484 | 1484 |
|
1485 | 1485 | - name: Upload Gradle test reports |
1486 | 1486 | if: always() |
1487 | | - uses: actions/upload-artifact@v4 |
| 1487 | + uses: actions/upload-artifact@v5 |
1488 | 1488 | with: |
1489 | 1489 | name: mariadb_10_integration_test_reports_${{ matrix.mode.label }} |
1490 | 1490 | path: core/build/reports/tests/integrationTestJdbc |
@@ -1544,7 +1544,7 @@ jobs: |
1544 | 1544 |
|
1545 | 1545 | - name: Upload Gradle test reports |
1546 | 1546 | if: always() |
1547 | | - uses: actions/upload-artifact@v4 |
| 1547 | + uses: actions/upload-artifact@v5 |
1548 | 1548 | with: |
1549 | 1549 | name: mariadb_11.4_integration_test_reports_${{ matrix.mode.label }} |
1550 | 1550 | path: core/build/reports/tests/integrationTestJdbc |
@@ -1604,7 +1604,7 @@ jobs: |
1604 | 1604 |
|
1605 | 1605 | - name: Upload Gradle test reports |
1606 | 1606 | if: always() |
1607 | | - uses: actions/upload-artifact@v4 |
| 1607 | + uses: actions/upload-artifact@v5 |
1608 | 1608 | with: |
1609 | 1609 | name: yugabytedb_2_integration_test_reports_${{ matrix.mode.label }} |
1610 | 1610 | path: core/build/reports/tests/integrationTestJdbc |
@@ -1682,7 +1682,7 @@ jobs: |
1682 | 1682 |
|
1683 | 1683 | - name: Upload Gradle test reports |
1684 | 1684 | if: always() |
1685 | | - uses: actions/upload-artifact@v4 |
| 1685 | + uses: actions/upload-artifact@v5 |
1686 | 1686 | with: |
1687 | 1687 | name: db2_11.5_integration_test_reports_${{ matrix.mode.label }} |
1688 | 1688 | path: core/build/reports/tests/integrationTestJdbc |
@@ -1760,7 +1760,7 @@ jobs: |
1760 | 1760 |
|
1761 | 1761 | - name: Upload Gradle test reports |
1762 | 1762 | if: always() |
1763 | | - uses: actions/upload-artifact@v4 |
| 1763 | + uses: actions/upload-artifact@v5 |
1764 | 1764 | with: |
1765 | 1765 | name: db2_12.1_integration_test_reports_${{ matrix.mode.label }} |
1766 | 1766 | path: core/build/reports/tests/integrationTestJdbc |
@@ -1826,7 +1826,7 @@ jobs: |
1826 | 1826 |
|
1827 | 1827 | - name: Upload Gradle test reports |
1828 | 1828 | if: always() |
1829 | | - uses: actions/upload-artifact@v4 |
| 1829 | + uses: actions/upload-artifact@v5 |
1830 | 1830 | with: |
1831 | 1831 | name: alloydb_15_integration_test_reports_${{ matrix.mode.label }} |
1832 | 1832 | path: core/build/reports/tests/integrationTestJdbc |
@@ -1892,7 +1892,7 @@ jobs: |
1892 | 1892 |
|
1893 | 1893 | - name: Upload Gradle test reports |
1894 | 1894 | if: always() |
1895 | | - uses: actions/upload-artifact@v4 |
| 1895 | + uses: actions/upload-artifact@v5 |
1896 | 1896 | with: |
1897 | 1897 | name: alloydb_16_integration_test_reports_${{ matrix.mode.label }} |
1898 | 1898 | path: core/build/reports/tests/integrationTestJdbc |
@@ -1964,7 +1964,7 @@ jobs: |
1964 | 1964 | run: ./gradlew integrationTestMultiStorage ${{ matrix.mode.group_commit_enabled && env.INT_TEST_GRADLE_OPTIONS_FOR_GROUP_COMMIT || '' }} |
1965 | 1965 |
|
1966 | 1966 | - name: Upload Gradle test reports |
1967 | | - uses: actions/upload-artifact@v4 |
| 1967 | + uses: actions/upload-artifact@v5 |
1968 | 1968 | if: always() |
1969 | 1969 | with: |
1970 | 1970 | name: multi_storage_integration_test_reports_${{ matrix.mode.label }} |
|
0 commit comments