Skip to content

Commit 3245a95

Browse files
dependabot[bot]MTSOnGithub
authored andcommitted
Bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `crazy-max/ghaction-github-labeler` from 5 to 6 - [Release notes](https://github.com/crazy-max/ghaction-github-labeler/releases) - [Commits](crazy-max/ghaction-github-labeler@v5...v6) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: crazy-max/ghaction-github-labeler dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cb69a81 commit 3245a95

17 files changed

Lines changed: 32 additions & 32 deletions

.github/workflows/clickhouse-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ jobs:
6060
docker compose -f docker-compose.test.yml --profile all down -v --remove-orphans
6161
6262
- name: Upload worker logs
63-
uses: actions/upload-artifact@v6
63+
uses: actions/upload-artifact@v7
6464
if: failure()
6565
with:
6666
name: worker-logs-clickhouse
6767
path: logs/*
6868

6969
- name: Upload coverage results
7070
if: success() || failure()
71-
uses: actions/upload-artifact@v6
71+
uses: actions/upload-artifact@v7
7272
with:
7373
name: coverage-clickhouse
7474
path: reports/*

.github/workflows/ftp-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ jobs:
5959
docker compose -f docker-compose.test.yml --profile all down -v --remove-orphans
6060
6161
- name: Upload worker logs
62-
uses: actions/upload-artifact@v6
62+
uses: actions/upload-artifact@v7
6363
if: failure()
6464
with:
6565
name: worker-logs-ftp
6666
path: logs/*
6767

6868
- name: Upload coverage results
6969
if: success() || failure()
70-
uses: actions/upload-artifact@v6
70+
uses: actions/upload-artifact@v7
7171
with:
7272
name: coverage-ftp
7373
path: reports/*

.github/workflows/ftps-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ jobs:
5959
docker compose -f docker-compose.test.yml --profile all down -v --remove-orphans
6060
6161
- name: Upload worker logs
62-
uses: actions/upload-artifact@v6
62+
uses: actions/upload-artifact@v7
6363
if: failure()
6464
with:
6565
name: worker-logs-ftps
6666
path: logs/*
6767

6868
- name: Upload coverage results
6969
if: success() || failure()
70-
uses: actions/upload-artifact@v6
70+
uses: actions/upload-artifact@v7
7171
with:
7272
name: coverage-ftps
7373
path: reports/*

.github/workflows/hdfs-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ jobs:
5959
docker compose -f docker-compose.test.yml --profile all down -v --remove-orphans
6060
6161
- name: Upload worker logs
62-
uses: actions/upload-artifact@v6
62+
uses: actions/upload-artifact@v7
6363
if: failure()
6464
with:
6565
name: worker-logs-hdfs
6666
path: logs/*
6767

6868
- name: Upload coverage results
6969
if: success() || failure()
70-
uses: actions/upload-artifact@v6
70+
uses: actions/upload-artifact@v7
7171
with:
7272
name: coverage-hdfs
7373
path: reports/*

.github/workflows/hive-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ jobs:
5959
docker compose -f docker-compose.test.yml --profile all down -v --remove-orphans
6060
6161
- name: Upload worker logs
62-
uses: actions/upload-artifact@v6
62+
uses: actions/upload-artifact@v7
6363
if: failure()
6464
with:
6565
name: worker-logs-hive
6666
path: logs/*
6767

6868
- name: Upload coverage results
6969
if: success() || failure()
70-
uses: actions/upload-artifact@v6
70+
uses: actions/upload-artifact@v7
7171
with:
7272
name: coverage-hive
7373
path: reports/*

.github/workflows/iceberg-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ jobs:
5959
docker compose -f docker-compose.test.yml --profile all down -v --remove-orphans
6060
6161
- name: Upload worker logs
62-
uses: actions/upload-artifact@v6
62+
uses: actions/upload-artifact@v7
6363
if: failure()
6464
with:
6565
name: worker-logs-iceberg
6666
path: logs/*
6767

6868
- name: Upload coverage results
6969
if: success() || failure()
70-
uses: actions/upload-artifact@v6
70+
uses: actions/upload-artifact@v7
7171
with:
7272
name: coverage-iceberg
7373
path: reports/*

.github/workflows/mssql-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ jobs:
5959
docker compose -f docker-compose.test.yml --profile all down -v --remove-orphans
6060
6161
- name: Upload worker logs
62-
uses: actions/upload-artifact@v6
62+
uses: actions/upload-artifact@v7
6363
if: failure()
6464
with:
6565
name: worker-logs-mssql
6666
path: logs/*
6767

6868
- name: Upload coverage results
6969
if: success() || failure()
70-
uses: actions/upload-artifact@v6
70+
uses: actions/upload-artifact@v7
7171
with:
7272
name: coverage-mssql
7373
path: reports/*

.github/workflows/mysql-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ jobs:
5959
docker compose -f docker-compose.test.yml --profile all down -v --remove-orphans
6060
6161
- name: Upload worker logs
62-
uses: actions/upload-artifact@v6
62+
uses: actions/upload-artifact@v7
6363
if: failure()
6464
with:
6565
name: worker-logs-mysql
6666
path: logs/*
6767

6868
- name: Upload coverage results
6969
if: success() || failure()
70-
uses: actions/upload-artifact@v6
70+
uses: actions/upload-artifact@v7
7171
with:
7272
name: coverage-mysql
7373
path: reports/*

.github/workflows/oracle-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ jobs:
5959
docker compose -f docker-compose.test.yml --profile all down -v --remove-orphans
6060
6161
- name: Upload worker logs
62-
uses: actions/upload-artifact@v6
62+
uses: actions/upload-artifact@v7
6363
if: failure()
6464
with:
6565
name: worker-logs-oracle
6666
path: logs/*
6767

6868
- name: Upload coverage results
6969
if: success() || failure()
70-
uses: actions/upload-artifact@v6
70+
uses: actions/upload-artifact@v7
7171
with:
7272
name: coverage-oracle
7373
path: reports/*

.github/workflows/repo-labels-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v6
2828

2929
- name: Run Labeler
30-
uses: crazy-max/ghaction-github-labeler@v5
30+
uses: crazy-max/ghaction-github-labeler@v6
3131
with:
3232
github-token: ${{ secrets.GITHUB_TOKEN }}
3333
yaml-file: .github/labels.yml

0 commit comments

Comments
 (0)