Skip to content

Commit 99a8c41

Browse files
authored
Merge pull request #289 from karmada-io/dependabot/github_actions/actions/download-artifact-6
build(deps): bump actions/download-artifact from 5 to 6
2 parents 03a3acd + 5d01d36 commit 99a8c41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dockerhub-latest-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: build karmada-dashboard-web binary
7575
run: BUILD_PLATFORMS=${{ steps.misc.outputs.platforms }} make karmada-dashboard-web
7676
- name: download artifact
77-
uses: actions/download-artifact@v5
77+
uses: actions/download-artifact@v6
7878
with:
7979
name: dashboard_artifact
8080
path: _output/bin/dist

.github/workflows/dockerhub-released-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: build karmada-dashboard-web binary
7575
run: BUILD_PLATFORMS=${{ steps.misc.outputs.platforms }} make karmada-dashboard-web
7676
- name: download artifact
77-
uses: actions/download-artifact@v5
77+
uses: actions/download-artifact@v6
7878
with:
7979
name: dashboard_artifact
8080
path: _output/bin/dist

0 commit comments

Comments
 (0)