Skip to content

Commit 1e21811

Browse files
committed
ci: upgrade deprecated actions/upload-artifact from v3 to v4
1 parent e2c2490 commit 1e21811

16 files changed

Lines changed: 17 additions & 17 deletions

.github/workflows/cockraochdb-21.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Run jacocoTestReport
6060
run: ./gradlew jacocoTestReport
6161
- name: Archive code coverage results
62-
uses: actions/upload-artifact@v3
62+
uses: actions/upload-artifact@v4
6363
if: always()
6464
with:
6565
name: test-result-report

.github/workflows/gradle-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Run the build
3434
run: ./gradlew build
3535
- name: Archive code coverage results
36-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
3737
if: always()
3838
with:
3939
name: test-result-report
@@ -50,7 +50,7 @@ jobs:
5050
verbose: true # optional (default = false)
5151
fail_ci_if_error: false
5252
- name: Archive binary files
53-
uses: actions/upload-artifact@v3
53+
uses: actions/upload-artifact@v4
5454
with:
5555
name: binary-libs
5656
path: |

.github/workflows/hazelcast.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Run jacocoTestReport
4646
run: ./gradlew jacocoTestReport
4747
- name: Archive code coverage results
48-
uses: actions/upload-artifact@v3
48+
uses: actions/upload-artifact@v4
4949
if: always()
5050
with:
5151
name: test-result-report

.github/workflows/local-sqlite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Run jacocoTestReport
4646
run: ./gradlew jacocoTestReport
4747
- name: Archive code coverage results
48-
uses: actions/upload-artifact@v3
48+
uses: actions/upload-artifact@v4
4949
if: always()
5050
with:
5151
name: test-result-report

.github/workflows/mongodb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Run jacocoTestReport
4747
run: ./gradlew jacocoTestReport
4848
- name: Archive code coverage results
49-
uses: actions/upload-artifact@v3
49+
uses: actions/upload-artifact@v4
5050
if: always()
5151
with:
5252
name: test-result-report

.github/workflows/mysql-5-7.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Run jacocoTestReport
4545
run: ./gradlew jacocoTestReport
4646
- name: Archive code coverage results
47-
uses: actions/upload-artifact@v3
47+
uses: actions/upload-artifact@v4
4848
if: always()
4949
with:
5050
name: test-result-report

.github/workflows/mysql-8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Run jacocoTestReport
4545
run: ./gradlew jacocoTestReport
4646
- name: Archive code coverage results
47-
uses: actions/upload-artifact@v3
47+
uses: actions/upload-artifact@v4
4848
if: always()
4949
with:
5050
name: test-result-report

.github/workflows/perf_cockraochdb-21.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Run jacocoTestReport
7676
run: ./gradlew jacocoTestReport
7777
- name: Archive code coverage results
78-
uses: actions/upload-artifact@v3
78+
uses: actions/upload-artifact@v4
7979
if: always()
8080
with:
8181
name: test-result-report

.github/workflows/perf_json_cockraochdb-21.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Run jacocoTestReport
7171
run: ./gradlew jacocoTestReport
7272
- name: Archive code coverage results
73-
uses: actions/upload-artifact@v3
73+
uses: actions/upload-artifact@v4
7474
if: always()
7575
with:
7676
name: test-result-report

.github/workflows/perf_json_postgres-14-1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Run jacocoTestReport
6464
run: ./gradlew jacocoTestReport
6565
- name: Archive code coverage results
66-
uses: actions/upload-artifact@v3
66+
uses: actions/upload-artifact@v4
6767
if: always()
6868
with:
6969
name: test-result-report

0 commit comments

Comments
 (0)