Skip to content

Commit 80d0a92

Browse files
ting-yuanKSP Auto Pick
authored and
KSP Auto Pick
committed
CI: bump actions/upload-artifact to v4
(cherry picked from commit cdccc3a)
1 parent d369d06 commit 80d0a92

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/auto-merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Upload test results
7979
if: always()
80-
uses: actions/upload-artifact@v3
80+
uses: actions/upload-artifact@v4
8181
with:
8282
name: test-reports
8383
path: |

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: ./gradlew --stacktrace --info test
7575
- name: Upload test results
7676
if: always()
77-
uses: actions/upload-artifact@v3
77+
uses: actions/upload-artifact@v4
7878
with:
7979
name: test-reports-${{ matrix.branch }}-${{ matrix.os }}
8080
path: |

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: ./gradlew --stacktrace --info test
4545
- name: Upload test results
4646
if: always()
47-
uses: actions/upload-artifact@v3
47+
uses: actions/upload-artifact@v4
4848
with:
4949
name: test-reports-${{ runner.os }}
5050
path: |

0 commit comments

Comments
 (0)