Skip to content

Commit

Permalink
Merge pull request #44 from karmada-io/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/download-artifact-4

build(deps): bump actions/download-artifact from 2 to 4
  • Loading branch information
karmada-bot authored Jun 12, 2024
2 parents 0b68a8c + 8f781e3 commit 2382fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Build karmada-dashboard-web binary
run: make bin-karmada-dashboard-web
- name: Download a Build Artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: dashboard_artifact
path: .
Expand Down

0 comments on commit 2382fc0

Please sign in to comment.