Skip to content

Commit 97eb002

Browse files
Bump actions/upload-artifact from 4 to 5 in the actions-on-branch-master group (#3107)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 024172e commit 97eb002

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)