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 1f41777800f chore(deps): bump actions/download-artifact from 7 to 8
(#38289)
1f41777800f is described below
commit 1f41777800f213d3eaf8e4f1f897f812bac0b968
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 27 15:37:21 2026 -0800
chore(deps): bump actions/download-artifact from 7 to 8 (#38289)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/superset-frontend.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/superset-frontend.yml
b/.github/workflows/superset-frontend.yml
index 47d592ae7b2..db22843e30b 100644
--- a/.github/workflows/superset-frontend.yml
+++ b/.github/workflows/superset-frontend.yml
@@ -73,7 +73,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Download Docker Image Artifact
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
with:
name: docker-image
@@ -110,7 +110,7 @@ jobs:
ref: ${{ github.event_name == 'pull_request' &&
github.event.pull_request.head.sha || github.sha }}
- name: Download Coverage Artifacts
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
with:
pattern: coverage-artifacts-*
path: coverage/
@@ -142,7 +142,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Download Docker Image Artifact
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
with:
name: docker-image
@@ -166,7 +166,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Download Docker Image Artifact
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
with:
name: docker-image
@@ -184,7 +184,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Download Docker Image Artifact
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
with:
name: docker-image