|
72 | 72 |
|
73 | 73 | - name: Upload Gradle test reports |
74 | 74 | if: always() |
75 | | - uses: actions/upload-artifact@v4 |
| 75 | + uses: actions/upload-artifact@v5 |
76 | 76 | with: |
77 | 77 | name: gradle_check_reports |
78 | 78 | path: /tmp/gradle_test_reports |
|
89 | 89 |
|
90 | 90 | - name: Upload Spotbugs reports |
91 | 91 | if: always() |
92 | | - uses: actions/upload-artifact@v4 |
| 92 | + uses: actions/upload-artifact@v5 |
93 | 93 | with: |
94 | 94 | name: gradle_spotbugs_reports |
95 | 95 | path: /tmp/gradle_spotbugs_reports |
@@ -173,7 +173,7 @@ jobs: |
173 | 173 |
|
174 | 174 | - name: Upload Gradle test reports |
175 | 175 | if: always() |
176 | | - uses: actions/upload-artifact@v4 |
| 176 | + uses: actions/upload-artifact@v5 |
177 | 177 | with: |
178 | 178 | name: cassandra_3.0_integration_test_reports_${{ matrix.mode.label }} |
179 | 179 | path: core/build/reports/tests/integrationTestCassandra |
@@ -238,7 +238,7 @@ jobs: |
238 | 238 |
|
239 | 239 | - name: Upload Gradle test reports |
240 | 240 | if: always() |
241 | | - uses: actions/upload-artifact@v4 |
| 241 | + uses: actions/upload-artifact@v5 |
242 | 242 | with: |
243 | 243 | name: cassandra_3.11_integration_test_reports_${{ matrix.mode.label }} |
244 | 244 | path: core/build/reports/tests/integrationTestCassandra |
@@ -337,7 +337,7 @@ jobs: |
337 | 337 |
|
338 | 338 | - name: Upload Gradle test reports |
339 | 339 | if: always() |
340 | | - uses: actions/upload-artifact@v4 |
| 340 | + uses: actions/upload-artifact@v5 |
341 | 341 | with: |
342 | 342 | name: cosmos_integration_test_reports_${{ matrix.mode.label }} |
343 | 343 | path: core/build/reports/tests/integrationTestCosmos |
@@ -399,7 +399,7 @@ jobs: |
399 | 399 |
|
400 | 400 | - name: Upload Gradle test reports |
401 | 401 | if: always() |
402 | | - uses: actions/upload-artifact@v4 |
| 402 | + uses: actions/upload-artifact@v5 |
403 | 403 | with: |
404 | 404 | name: dynamo_integration_test_reports_${{ matrix.mode.label }} |
405 | 405 | path: core/build/reports/tests/integrationTestDynamo |
@@ -459,7 +459,7 @@ jobs: |
459 | 459 |
|
460 | 460 | - name: Upload Gradle test reports |
461 | 461 | if: always() |
462 | | - uses: actions/upload-artifact@v4 |
| 462 | + uses: actions/upload-artifact@v5 |
463 | 463 | with: |
464 | 464 | name: mysql_5.7_integration_test_reports_${{ matrix.mode.label }} |
465 | 465 | path: core/build/reports/tests/integrationTestJdbc |
@@ -519,7 +519,7 @@ jobs: |
519 | 519 |
|
520 | 520 | - name: Upload Gradle test reports |
521 | 521 | if: always() |
522 | | - uses: actions/upload-artifact@v4 |
| 522 | + uses: actions/upload-artifact@v5 |
523 | 523 | with: |
524 | 524 | name: mysql_8.0_integration_test_reports_${{ matrix.mode.label }} |
525 | 525 | path: core/build/reports/tests/integrationTestJdbc |
@@ -579,7 +579,7 @@ jobs: |
579 | 579 |
|
580 | 580 | - name: Upload Gradle test reports |
581 | 581 | if: always() |
582 | | - uses: actions/upload-artifact@v4 |
| 582 | + uses: actions/upload-artifact@v5 |
583 | 583 | with: |
584 | 584 | name: mysql_8.4_integration_test_reports_${{ matrix.mode.label }} |
585 | 585 | path: core/build/reports/tests/integrationTestJdbc |
@@ -644,7 +644,7 @@ jobs: |
644 | 644 |
|
645 | 645 | - name: Upload Gradle test reports |
646 | 646 | if: always() |
647 | | - uses: actions/upload-artifact@v4 |
| 647 | + uses: actions/upload-artifact@v5 |
648 | 648 | with: |
649 | 649 | name: postgresql_13_integration_test_reports_${{ matrix.mode.label }} |
650 | 650 | path: core/build/reports/tests/integrationTestJdbc |
@@ -709,7 +709,7 @@ jobs: |
709 | 709 |
|
710 | 710 | - name: Upload Gradle test reports |
711 | 711 | if: always() |
712 | | - uses: actions/upload-artifact@v4 |
| 712 | + uses: actions/upload-artifact@v5 |
713 | 713 | with: |
714 | 714 | name: postgresql_14_integration_test_reports_${{ matrix.mode.label }} |
715 | 715 | path: core/build/reports/tests/integrationTestJdbc |
@@ -774,7 +774,7 @@ jobs: |
774 | 774 |
|
775 | 775 | - name: Upload Gradle test reports |
776 | 776 | if: always() |
777 | | - uses: actions/upload-artifact@v4 |
| 777 | + uses: actions/upload-artifact@v5 |
778 | 778 | with: |
779 | 779 | name: postgresql_15_integration_test_reports_${{ matrix.mode.label }} |
780 | 780 | path: core/build/reports/tests/integrationTestJdbc |
@@ -839,7 +839,7 @@ jobs: |
839 | 839 |
|
840 | 840 | - name: Upload Gradle test reports |
841 | 841 | if: always() |
842 | | - uses: actions/upload-artifact@v4 |
| 842 | + uses: actions/upload-artifact@v5 |
843 | 843 | with: |
844 | 844 | name: postgresql_16_integration_test_reports_${{ matrix.mode.label }} |
845 | 845 | path: core/build/reports/tests/integrationTestJdbc |
@@ -904,7 +904,7 @@ jobs: |
904 | 904 |
|
905 | 905 | - name: Upload Gradle test reports |
906 | 906 | if: always() |
907 | | - uses: actions/upload-artifact@v4 |
| 907 | + uses: actions/upload-artifact@v5 |
908 | 908 | with: |
909 | 909 | name: postgresql_17_integration_test_reports_${{ matrix.mode.label }} |
910 | 910 | path: core/build/reports/tests/integrationTestJdbc |
@@ -969,7 +969,7 @@ jobs: |
969 | 969 |
|
970 | 970 | - name: Upload Gradle test reports |
971 | 971 | if: always() |
972 | | - uses: actions/upload-artifact@v4 |
| 972 | + uses: actions/upload-artifact@v5 |
973 | 973 | with: |
974 | 974 | name: oracle_19_integration_test_reports_${{ matrix.mode.label }} |
975 | 975 | path: core/build/reports/tests/integrationTestJdbc |
@@ -1041,7 +1041,7 @@ jobs: |
1041 | 1041 |
|
1042 | 1042 | - name: Upload Gradle test reports |
1043 | 1043 | if: always() |
1044 | | - uses: actions/upload-artifact@v4 |
| 1044 | + uses: actions/upload-artifact@v5 |
1045 | 1045 | with: |
1046 | 1046 | name: oracle_21_integration_test_reports_${{ matrix.mode.label }} |
1047 | 1047 | path: core/build/reports/tests/integrationTestJdbc |
@@ -1130,7 +1130,7 @@ jobs: |
1130 | 1130 |
|
1131 | 1131 | - name: Upload Gradle test reports |
1132 | 1132 | if: always() |
1133 | | - uses: actions/upload-artifact@v4 |
| 1133 | + uses: actions/upload-artifact@v5 |
1134 | 1134 | with: |
1135 | 1135 | name: oracle_23_integration_test_reports_${{ matrix.mode.label }} |
1136 | 1136 | path: core/build/reports/tests/integrationTestJdbc |
@@ -1212,7 +1212,7 @@ jobs: |
1212 | 1212 |
|
1213 | 1213 | - name: Upload Gradle test reports |
1214 | 1214 | if: always() |
1215 | | - uses: actions/upload-artifact@v4 |
| 1215 | + uses: actions/upload-artifact@v5 |
1216 | 1216 | with: |
1217 | 1217 | name: sqlserver_2017_integration_test_reports_${{ matrix.mode.label }} |
1218 | 1218 | path: core/build/reports/tests/integrationTestJdbc |
@@ -1283,7 +1283,7 @@ jobs: |
1283 | 1283 |
|
1284 | 1284 | - name: Upload Gradle test reports |
1285 | 1285 | if: always() |
1286 | | - uses: actions/upload-artifact@v4 |
| 1286 | + uses: actions/upload-artifact@v5 |
1287 | 1287 | with: |
1288 | 1288 | name: sqlserver_2019_integration_test_reports_${{ matrix.mode.label }} |
1289 | 1289 | path: core/build/reports/tests/integrationTestJdbc |
@@ -1354,7 +1354,7 @@ jobs: |
1354 | 1354 |
|
1355 | 1355 | - name: Upload Gradle test reports |
1356 | 1356 | if: always() |
1357 | | - uses: actions/upload-artifact@v4 |
| 1357 | + uses: actions/upload-artifact@v5 |
1358 | 1358 | with: |
1359 | 1359 | name: sqlserver_2022_integration_test_reports_${{ matrix.mode.label }} |
1360 | 1360 | path: core/build/reports/tests/integrationTestJdbc |
@@ -1413,7 +1413,7 @@ jobs: |
1413 | 1413 |
|
1414 | 1414 | - name: Upload Gradle test reports |
1415 | 1415 | if: always() |
1416 | | - uses: actions/upload-artifact@v4 |
| 1416 | + uses: actions/upload-artifact@v5 |
1417 | 1417 | with: |
1418 | 1418 | name: sqlite_3_integration_test_reports_${{ matrix.mode.label }} |
1419 | 1419 | path: core/build/reports/tests/integrationTestJdbc |
@@ -1473,7 +1473,7 @@ jobs: |
1473 | 1473 |
|
1474 | 1474 | - name: Upload Gradle test reports |
1475 | 1475 | if: always() |
1476 | | - uses: actions/upload-artifact@v4 |
| 1476 | + uses: actions/upload-artifact@v5 |
1477 | 1477 | with: |
1478 | 1478 | name: mariadb_10_integration_test_reports_${{ matrix.mode.label }} |
1479 | 1479 | path: core/build/reports/tests/integrationTestJdbc |
@@ -1533,7 +1533,7 @@ jobs: |
1533 | 1533 |
|
1534 | 1534 | - name: Upload Gradle test reports |
1535 | 1535 | if: always() |
1536 | | - uses: actions/upload-artifact@v4 |
| 1536 | + uses: actions/upload-artifact@v5 |
1537 | 1537 | with: |
1538 | 1538 | name: mariadb_11.4_integration_test_reports_${{ matrix.mode.label }} |
1539 | 1539 | path: core/build/reports/tests/integrationTestJdbc |
@@ -1593,7 +1593,7 @@ jobs: |
1593 | 1593 |
|
1594 | 1594 | - name: Upload Gradle test reports |
1595 | 1595 | if: always() |
1596 | | - uses: actions/upload-artifact@v4 |
| 1596 | + uses: actions/upload-artifact@v5 |
1597 | 1597 | with: |
1598 | 1598 | name: yugabytedb_2_integration_test_reports_${{ matrix.mode.label }} |
1599 | 1599 | path: core/build/reports/tests/integrationTestJdbc |
@@ -1665,7 +1665,7 @@ jobs: |
1665 | 1665 | run: ./gradlew integrationTestMultiStorage ${{ matrix.mode.group_commit_enabled && env.INT_TEST_GRADLE_OPTIONS_FOR_GROUP_COMMIT || '' }} |
1666 | 1666 |
|
1667 | 1667 | - name: Upload Gradle test reports |
1668 | | - uses: actions/upload-artifact@v4 |
| 1668 | + uses: actions/upload-artifact@v5 |
1669 | 1669 | if: always() |
1670 | 1670 | with: |
1671 | 1671 | name: multi_storage_integration_test_reports_${{ matrix.mode.label }} |
|
0 commit comments