This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 848cce7b2eb chore(deps): bump actions/upload-artifact from 6 to 7
(#38290)
848cce7b2eb is described below
commit 848cce7b2eb9f32c9495d5002cf2941710ca6c34
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 27 15:37:08 2026 -0800
chore(deps): bump actions/upload-artifact from 6 to 7 (#38290)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/superset-e2e.yml | 4 ++--
.github/workflows/superset-extensions-cli.yml | 2 +-
.github/workflows/superset-frontend.yml | 4 ++--
.github/workflows/superset-playwright.yml | 2 +-
.github/workflows/superset-python-integrationtest.yml | 2 +-
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/superset-e2e.yml
b/.github/workflows/superset-e2e.yml
index e3046a973d2..4bdbb79e482 100644
--- a/.github/workflows/superset-e2e.yml
+++ b/.github/workflows/superset-e2e.yml
@@ -146,7 +146,7 @@ jobs:
SAFE_APP_ROOT=${APP_ROOT//\//_}
echo "safe_app_root=$SAFE_APP_ROOT" >> $GITHUB_OUTPUT
- name: Upload Artifacts
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
if: failure()
with:
path: ${{ github.workspace
}}/superset-frontend/cypress-base/cypress/screenshots
@@ -259,7 +259,7 @@ jobs:
SAFE_APP_ROOT=${APP_ROOT//\//_}
echo "safe_app_root=$SAFE_APP_ROOT" >> $GITHUB_OUTPUT
- name: Upload Playwright Artifacts
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
if: failure()
with:
path: |
diff --git a/.github/workflows/superset-extensions-cli.yml
b/.github/workflows/superset-extensions-cli.yml
index 6a4571ef508..698c42d4a1f 100644
--- a/.github/workflows/superset-extensions-cli.yml
+++ b/.github/workflows/superset-extensions-cli.yml
@@ -58,7 +58,7 @@ jobs:
- name: Upload HTML coverage report
if: steps.check.outputs.superset-extensions-cli
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
with:
name: superset-extensions-cli-coverage-html
path: htmlcov/
diff --git a/.github/workflows/superset-frontend.yml
b/.github/workflows/superset-frontend.yml
index 4390810b5ea..47d592ae7b2 100644
--- a/.github/workflows/superset-frontend.yml
+++ b/.github/workflows/superset-frontend.yml
@@ -58,7 +58,7 @@ jobs:
- name: Upload Docker Image Artifact
if: steps.check.outputs.frontend
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
with:
name: docker-image
path: docker-image.tar.gz
@@ -90,7 +90,7 @@ jobs:
"npm run test -- --coverage --shard=${{ matrix.shard }}/8
--coverageReporters=json"
- name: Upload Coverage Artifact
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
with:
name: coverage-artifacts-${{ matrix.shard }}
path: superset-frontend/coverage
diff --git a/.github/workflows/superset-playwright.yml
b/.github/workflows/superset-playwright.yml
index 910b61c9c20..f26d4aa1649 100644
--- a/.github/workflows/superset-playwright.yml
+++ b/.github/workflows/superset-playwright.yml
@@ -133,7 +133,7 @@ jobs:
SAFE_APP_ROOT=${APP_ROOT//\//_}
echo "safe_app_root=$SAFE_APP_ROOT" >> $GITHUB_OUTPUT
- name: Upload Playwright Artifacts
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
if: failure()
with:
path: |
diff --git a/.github/workflows/superset-python-integrationtest.yml
b/.github/workflows/superset-python-integrationtest.yml
index bb0dce85bba..d4418fcdd2a 100644
--- a/.github/workflows/superset-python-integrationtest.yml
+++ b/.github/workflows/superset-python-integrationtest.yml
@@ -98,7 +98,7 @@ jobs:
"
- name: Upload database diagnostics artifact
if: steps.check.outputs.python
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
with:
name: database-diagnostics
path: databases-diagnostics.json