Skip to content

Commit 70040ca

Browse files
Bump actions/upload-artifact from 5 to 6 in /.github/workflows (#311)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 15c9490 commit 70040ca

7 files changed

Lines changed: 25 additions & 25 deletions

File tree

.github/workflows/e2e-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
docker compose -f etc/launch-tae-compose/compose.yaml --profile launch-multi-cn down --remove-orphans
159159
docker volume rm launch-tae-compose_minio_storage
160160
161-
- uses: actions/upload-artifact@v5
161+
- uses: actions/upload-artifact@v6
162162
if: ${{ failure() || cancelled()}}
163163
continue-on-error: true
164164
with:
@@ -309,7 +309,7 @@ jobs:
309309
docker compose -f etc/launch-tae-compose/compose.yaml --profile launch-multi-cn down --remove-orphans
310310
docker volume rm launch-tae-compose_minio_storage
311311
312-
- uses: actions/upload-artifact@v5
312+
- uses: actions/upload-artifact@v6
313313
if: ${{ failure() || cancelled()}}
314314
continue-on-error: true
315315
with:

.github/workflows/e2e-standalone.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,15 @@ jobs:
121121
mv ${{ github.workspace }}/head/mo-service.log ${{ github.workspace }}/upload/
122122
mv ${{ github.workspace }}/mo-tester ${{ github.workspace }}/upload/
123123
mv ${{ github.workspace }}/head/dump-stacks* ${{ github.workspace }}/upload/
124-
- uses: actions/upload-artifact@v5
124+
- uses: actions/upload-artifact@v6
125125
if: ${{ failure() || cancelled()}}
126126
continue-on-error: true
127127
with:
128128
name: Standalone-e2e-BVT-Test-on-Linux-x64(LAUNCH,Optimistic)-reports
129129
path: |
130130
${{ github.workspace }}/upload
131131
retention-days: 7
132-
- uses: actions/upload-artifact@v5
132+
- uses: actions/upload-artifact@v6
133133
name: Upload MO DATA
134134
if: ${{ failure() }}
135135
continue-on-error: true
@@ -218,7 +218,7 @@ jobs:
218218
mv ${{ github.workspace }}/head/mo-service.log ${{ github.workspace }}/upload/
219219
mv ${{ github.workspace }}/mo-tester ${{ github.workspace }}/upload/
220220
mv ${{ github.workspace }}/head/dump-stacks.log ${{ github.workspace }}/upload/
221-
- uses: actions/upload-artifact@v5
221+
- uses: actions/upload-artifact@v6
222222
if: ${{ failure() || cancelled()}}
223223
continue-on-error: true
224224
with:
@@ -320,7 +320,7 @@ jobs:
320320
mv ${{ github.workspace }}/mo-tester ${{ github.workspace }}/upload/
321321
mv ${{ github.workspace }}/head/dump-stacks.log ${{ github.workspace }}/upload/
322322
323-
- uses: actions/upload-artifact@v5
323+
- uses: actions/upload-artifact@v6
324324
if: ${{ failure() || cancelled()}}
325325
continue-on-error: true
326326
with:

.github/workflows/e2e-upgrade.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
mv $GITHUB_WORKSPACE/upload/workspace/mo-service-upstream $GITHUB_WORKSPACE/upload-2/
200200
mv $GITHUB_WORKSPACE/upload/workspace/mo-data $GITHUB_WORKSPACE/upload-2/
201201
202-
- uses: actions/upload-artifact@v5
202+
- uses: actions/upload-artifact@v6
203203
if: ${{ failure() || cancelled()}}
204204
continue-on-error: true
205205
with:
@@ -208,7 +208,7 @@ jobs:
208208
${{ github.workspace }}/upload-1
209209
retention-days: 7
210210

211-
- uses: actions/upload-artifact@v5
211+
- uses: actions/upload-artifact@v6
212212
if: ${{ failure() || cancelled()}}
213213
continue-on-error: true
214214
with:
@@ -413,7 +413,7 @@ jobs:
413413
mv $GITHUB_WORKSPACE/upload/workspace/mo-service-upstream $GITHUB_WORKSPACE/upload-2/
414414
mv $GITHUB_WORKSPACE/upload/workspace/mo-data $GITHUB_WORKSPACE/upload-2/
415415
416-
- uses: actions/upload-artifact@v5
416+
- uses: actions/upload-artifact@v6
417417
if: ${{ failure() || cancelled()}}
418418
continue-on-error: true
419419
with:
@@ -422,7 +422,7 @@ jobs:
422422
${{ github.workspace }}/upload-1
423423
retention-days: 7
424424

425-
- uses: actions/upload-artifact@v5
425+
- uses: actions/upload-artifact@v6
426426
if: ${{ failure() || cancelled()}}
427427
continue-on-error: true
428428
with:

.github/workflows/merge-trigger-standalone.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
mv ${{ github.workspace }}/mo-tester ${{ github.workspace }}/upload/
113113
mv ${{ github.workspace }}/matrixone/dump-stacks.log ${{ github.workspace }}/upload/
114114
115-
- uses: actions/upload-artifact@v5
115+
- uses: actions/upload-artifact@v6
116116
if: ${{ failure() || cancelled()}}
117117
continue-on-error: true
118118
with:
@@ -197,7 +197,7 @@ jobs:
197197
run: |
198198
cat ${{ github.workspace }}/upload/mo-service.log | grep -C2 'DATA RACE' || true
199199
if [ "$(cat ${{ github.workspace }}/upload/mo-service.log |grep 'DATA RACE' | grep -v "grep" | wc -l)" -gt 0 ]; then exit 1; fi
200-
- uses: actions/upload-artifact@v5
200+
- uses: actions/upload-artifact@v6
201201
if: ${{ always() || cancelled() }}
202202
with:
203203
name: multi-cn-e2e-with-race-linux-x86-reports

.github/workflows/merge-trigger-tke.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ jobs:
309309
run: |
310310
mkdir -p $GITHUB_WORKSPACE/reports/mo-tester
311311
mkdir -p $GITHUB_WORKSPACE/mo-tester && cp -r $GITHUB_WORKSPACE/mo-tester $GITHUB_WORKSPACE/reports/mo-tester
312-
- uses: actions/upload-artifact@v5
312+
- uses: actions/upload-artifact@v6
313313
if: ${{ failure() || cancelled()}}
314314
continue-on-error: true
315315
with:
@@ -426,7 +426,7 @@ jobs:
426426
curl "http://$cn_1_ip:6060/debug/pprof/trace?seconds=30" -o cn_1_trace.out
427427
curl "http://$cn_1_ip:6060/debug/pprof/goroutine?debug=2" -o cn_1_groutine.out
428428
429-
- uses: actions/upload-artifact@v5
429+
- uses: actions/upload-artifact@v6
430430
if: ${{ always() && steps.step_ssb_test.conclusion != 'success' }}
431431
with:
432432
name: mo-cluster-trace-${{ github.event.pull_request.number }}-ssb
@@ -468,7 +468,7 @@ jobs:
468468
curl "http://$cn_1_ip:6060/debug/pprof/trace?seconds=30" -o cn_1_trace.out
469469
curl "http://$cn_1_ip:6060/debug/pprof/goroutine?debug=2" -o cn_1_groutine.out
470470
471-
- uses: actions/upload-artifact@v5
471+
- uses: actions/upload-artifact@v6
472472
if: ${{ always() && steps.load_tpch_data.conclusion != 'success' }}
473473
with:
474474
name: mo-cluster-trace-${{ github.event.pull_request.number }}-load-tpch
@@ -509,7 +509,7 @@ jobs:
509509
curl "http://$cn_1_ip:6060/debug/pprof/trace?seconds=30" -o cn_1_trace.out
510510
curl "http://$cn_1_ip:6060/debug/pprof/goroutine?debug=2" -o cn_1_groutine.out
511511
512-
- uses: actions/upload-artifact@v5
512+
- uses: actions/upload-artifact@v6
513513
if: ${{ always() && steps.step_tpch_test.conclusion != 'success' }}
514514
with:
515515
name: mo-cluster-trace-${{ github.event.pull_request.number }}-tpch
@@ -528,7 +528,7 @@ jobs:
528528
mkdir -p $GITHUB_WORKSPACE/mo-load-data/report && cp -r $GITHUB_WORKSPACE/mo-load-data/report $GITHUB_WORKSPACE/reports/mo-load-data
529529
mkdir -p $GITHUB_WORKSPACE/mo-tpch/report && cp -r $GITHUB_WORKSPACE/mo-tpch/report $GITHUB_WORKSPACE/reports/mo-tpch
530530
531-
- uses: actions/upload-artifact@v5
531+
- uses: actions/upload-artifact@v6
532532
if: ${{ failure() || cancelled()}}
533533
continue-on-error: true
534534
with:
@@ -649,7 +649,7 @@ jobs:
649649
mkdir -p $GITHUB_WORKSPACE/reports/mo-load
650650
mkdir -p $GITHUB_WORKSPACE/mo-load/report && cp -r $GITHUB_WORKSPACE/mo-load/report $GITHUB_WORKSPACE/reports/mo-load
651651
652-
- uses: actions/upload-artifact@v5
652+
- uses: actions/upload-artifact@v6
653653
if: ${{ failure() || cancelled()}}
654654
continue-on-error: true
655655
with:
@@ -793,7 +793,7 @@ jobs:
793793
mkdir -p $GITHUB_WORKSPACE/mo-load-data/report && cp -r $GITHUB_WORKSPACE/mo-load-data/report $GITHUB_WORKSPACE/reports/mo-load-data
794794
mkdir -p $GITHUB_WORKSPACE/mo-tpcc/report && cp -r $GITHUB_WORKSPACE/mo-tpcc/report $GITHUB_WORKSPACE/reports/mo-tpcc
795795
796-
- uses: actions/upload-artifact@v5
796+
- uses: actions/upload-artifact@v6
797797
if: ${{ failure() || cancelled()}}
798798
continue-on-error: true
799799
with:
@@ -844,7 +844,7 @@ jobs:
844844
curl "http://$cn_1_ip:6060/debug/pprof/trace?seconds=30" -o cn_1_trace.out
845845
curl "http://$cn_1_ip:6060/debug/pprof/goroutine?debug=2" -o cn_1_groutine.out
846846
847-
- uses: actions/upload-artifact@v5
847+
- uses: actions/upload-artifact@v6
848848
if: ${{ needs.docker_image_build.result == 'success' }}
849849
continue-on-error: true
850850
with:

.github/workflows/robot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,15 +251,15 @@ jobs:
251251
echo 'Detail<<EOF' >> $GITHUB_ENV
252252
cat coverage_report.txt >> $GITHUB_ENV
253253
echo 'EOF' >> $GITHUB_ENV
254-
- uses: actions/upload-artifact@v5
254+
- uses: actions/upload-artifact@v6
255255
if: ${{ always() && !cancelled() }}
256256
continue-on-error: true
257257
with:
258258
name: daily-code-quality-reports
259259
path: |
260260
${{ github.workspace }}/matrixone/code_quality_reports.zip
261261
retention-days: 7
262-
- uses: actions/upload-artifact@v5
262+
- uses: actions/upload-artifact@v6
263263
if: ${{ failure() }}
264264
continue-on-error: true
265265
with:

.github/workflows/utils.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ jobs:
315315
# sort ut_coverage.out | uniq > ut_coverage_sort.out
316316

317317
- name: Upload Compressed Files
318-
uses: actions/upload-artifact@v5
318+
uses: actions/upload-artifact@v6
319319
if: ${{ failure() || cancelled() }}
320320
continue-on-error: true
321321
with:
@@ -385,7 +385,7 @@ jobs:
385385
go tool cover -o pr_coverage.html -html=pr_coverage.out
386386
387387
- name: Upload final result files
388-
uses: actions/upload-artifact@v5
388+
uses: actions/upload-artifact@v6
389389
if: ${{ always() && !cancelled() && steps.compress_result.outputs.file_exists == 'true' }}
390390
continue-on-error: true
391391
with:
@@ -711,7 +711,7 @@ jobs:
711711
cp $GITHUB_WORKSPACE/matrixone/mo-service.log $GITHUB_WORKSPACE/reports/mo-service.log
712712
713713
714-
- uses: actions/upload-artifact@v5
714+
- uses: actions/upload-artifact@v6
715715
if: ${{ failure() || cancelled() }}
716716
continue-on-error: true
717717
with:

0 commit comments

Comments
 (0)