File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1967,7 +1967,7 @@ jobs:
19671967
19681968 - name : Upload Gradle test reports
19691969 if : always()
1970- uses : actions/upload-artifact@v4
1970+ uses : actions/upload-artifact@v5
19711971 with :
19721972 name : tidb_6_5_integration_test_reports_${{ matrix.mode.label }}
19731973 path : core/build/reports/tests/integrationTestJdbc
@@ -2042,7 +2042,7 @@ jobs:
20422042
20432043 - name : Upload Gradle test reports
20442044 if : always()
2045- uses : actions/upload-artifact@v4
2045+ uses : actions/upload-artifact@v5
20462046 with :
20472047 name : tidb_7_5_integration_test_reports_${{ matrix.mode.label }}
20482048 path : core/build/reports/tests/integrationTestJdbc
@@ -2117,7 +2117,7 @@ jobs:
21172117
21182118 - name : Upload Gradle test reports
21192119 if : always()
2120- uses : actions/upload-artifact@v4
2120+ uses : actions/upload-artifact@v5
21212121 with :
21222122 name : tidb_8_5_integration_test_reports_${{ matrix.mode.label }}
21232123 path : core/build/reports/tests/integrationTestJdbc
You can’t perform that action at this time.
0 commit comments