Skip to content

Commit fadcd26

Browse files
Bump actions/upload-artifact from 6 to 7 in /.github/workflows (#339)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' 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 6e6594b commit fadcd26

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@v6
161+
- uses: actions/upload-artifact@v7
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@v6
312+
- uses: actions/upload-artifact@v7
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@v6
124+
- uses: actions/upload-artifact@v7
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@v6
132+
- uses: actions/upload-artifact@v7
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@v6
221+
- uses: actions/upload-artifact@v7
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@v6
323+
- uses: actions/upload-artifact@v7
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@v6
202+
- uses: actions/upload-artifact@v7
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@v6
211+
- uses: actions/upload-artifact@v7
212212
if: ${{ failure() || cancelled()}}
213213
continue-on-error: true
214214
with:
@@ -414,7 +414,7 @@ jobs:
414414
mv $GITHUB_WORKSPACE/upload/workspace/mo-service-upstream $GITHUB_WORKSPACE/upload-2/
415415
mv $GITHUB_WORKSPACE/upload/workspace/mo-data $GITHUB_WORKSPACE/upload-2/
416416
417-
- uses: actions/upload-artifact@v6
417+
- uses: actions/upload-artifact@v7
418418
if: ${{ failure() || cancelled()}}
419419
continue-on-error: true
420420
with:
@@ -423,7 +423,7 @@ jobs:
423423
${{ github.workspace }}/upload-1
424424
retention-days: 7
425425

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
mv ${{ github.workspace }}/mo-tester ${{ github.workspace }}/upload/
114114
mv ${{ github.workspace }}/matrixone/dump-stacks.log ${{ github.workspace }}/upload/
115115
116-
- uses: actions/upload-artifact@v6
116+
- uses: actions/upload-artifact@v7
117117
if: ${{ failure() || cancelled()}}
118118
continue-on-error: true
119119
with:
@@ -199,7 +199,7 @@ jobs:
199199
run: |
200200
cat ${{ github.workspace }}/upload/mo-service.log | grep -C2 'DATA RACE' || true
201201
if [ "$(cat ${{ github.workspace }}/upload/mo-service.log |grep 'DATA RACE' | grep -v "grep" | wc -l)" -gt 0 ]; then exit 1; fi
202-
- uses: actions/upload-artifact@v6
202+
- uses: actions/upload-artifact@v7
203203
if: ${{ always() || cancelled() }}
204204
with:
205205
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
@@ -312,7 +312,7 @@ jobs:
312312
run: |
313313
mkdir -p $GITHUB_WORKSPACE/reports/mo-tester
314314
mkdir -p $GITHUB_WORKSPACE/mo-tester && cp -r $GITHUB_WORKSPACE/mo-tester $GITHUB_WORKSPACE/reports/mo-tester
315-
- uses: actions/upload-artifact@v6
315+
- uses: actions/upload-artifact@v7
316316
if: ${{ failure() || cancelled()}}
317317
continue-on-error: true
318318
with:
@@ -429,7 +429,7 @@ jobs:
429429
curl "http://$cn_1_ip:6060/debug/pprof/trace?seconds=30" -o cn_1_trace.out
430430
curl "http://$cn_1_ip:6060/debug/pprof/goroutine?debug=2" -o cn_1_groutine.out
431431
432-
- uses: actions/upload-artifact@v6
432+
- uses: actions/upload-artifact@v7
433433
if: ${{ always() && steps.step_ssb_test.conclusion != 'success' }}
434434
with:
435435
name: mo-cluster-trace-${{ github.event.pull_request.number }}-ssb
@@ -471,7 +471,7 @@ jobs:
471471
curl "http://$cn_1_ip:6060/debug/pprof/trace?seconds=30" -o cn_1_trace.out
472472
curl "http://$cn_1_ip:6060/debug/pprof/goroutine?debug=2" -o cn_1_groutine.out
473473
474-
- uses: actions/upload-artifact@v6
474+
- uses: actions/upload-artifact@v7
475475
if: ${{ always() && steps.load_tpch_data.conclusion != 'success' }}
476476
with:
477477
name: mo-cluster-trace-${{ github.event.pull_request.number }}-load-tpch
@@ -512,7 +512,7 @@ jobs:
512512
curl "http://$cn_1_ip:6060/debug/pprof/trace?seconds=30" -o cn_1_trace.out
513513
curl "http://$cn_1_ip:6060/debug/pprof/goroutine?debug=2" -o cn_1_groutine.out
514514
515-
- uses: actions/upload-artifact@v6
515+
- uses: actions/upload-artifact@v7
516516
if: ${{ always() && steps.step_tpch_test.conclusion != 'success' }}
517517
with:
518518
name: mo-cluster-trace-${{ github.event.pull_request.number }}-tpch
@@ -531,7 +531,7 @@ jobs:
531531
mkdir -p $GITHUB_WORKSPACE/mo-load-data/report && cp -r $GITHUB_WORKSPACE/mo-load-data/report $GITHUB_WORKSPACE/reports/mo-load-data
532532
mkdir -p $GITHUB_WORKSPACE/mo-tpch/report && cp -r $GITHUB_WORKSPACE/mo-tpch/report $GITHUB_WORKSPACE/reports/mo-tpch
533533
534-
- uses: actions/upload-artifact@v6
534+
- uses: actions/upload-artifact@v7
535535
if: ${{ failure() || cancelled()}}
536536
continue-on-error: true
537537
with:
@@ -652,7 +652,7 @@ jobs:
652652
mkdir -p $GITHUB_WORKSPACE/reports/mo-load
653653
mkdir -p $GITHUB_WORKSPACE/mo-load/report && cp -r $GITHUB_WORKSPACE/mo-load/report $GITHUB_WORKSPACE/reports/mo-load
654654
655-
- uses: actions/upload-artifact@v6
655+
- uses: actions/upload-artifact@v7
656656
if: ${{ failure() || cancelled()}}
657657
continue-on-error: true
658658
with:
@@ -796,7 +796,7 @@ jobs:
796796
mkdir -p $GITHUB_WORKSPACE/mo-load-data/report && cp -r $GITHUB_WORKSPACE/mo-load-data/report $GITHUB_WORKSPACE/reports/mo-load-data
797797
mkdir -p $GITHUB_WORKSPACE/mo-tpcc/report && cp -r $GITHUB_WORKSPACE/mo-tpcc/report $GITHUB_WORKSPACE/reports/mo-tpcc
798798
799-
- uses: actions/upload-artifact@v6
799+
- uses: actions/upload-artifact@v7
800800
if: ${{ failure() || cancelled()}}
801801
continue-on-error: true
802802
with:
@@ -847,7 +847,7 @@ jobs:
847847
curl "http://$cn_1_ip:6060/debug/pprof/trace?seconds=30" -o cn_1_trace.out
848848
curl "http://$cn_1_ip:6060/debug/pprof/goroutine?debug=2" -o cn_1_groutine.out
849849
850-
- uses: actions/upload-artifact@v6
850+
- uses: actions/upload-artifact@v7
851851
if: ${{ needs.docker_image_build.result == 'success' }}
852852
continue-on-error: true
853853
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@v6
254+
- uses: actions/upload-artifact@v7
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@v6
262+
- uses: actions/upload-artifact@v7
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@v6
318+
uses: actions/upload-artifact@v7
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@v6
388+
uses: actions/upload-artifact@v7
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@v6
714+
- uses: actions/upload-artifact@v7
715715
if: ${{ failure() || cancelled() }}
716716
continue-on-error: true
717717
with:

0 commit comments

Comments
 (0)