We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03a3acd + 5d01d36 commit 99a8c41Copy full SHA for 99a8c41
.github/workflows/dockerhub-latest-image.yml
@@ -74,7 +74,7 @@ jobs:
74
- name: build karmada-dashboard-web binary
75
run: BUILD_PLATFORMS=${{ steps.misc.outputs.platforms }} make karmada-dashboard-web
76
- name: download artifact
77
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
78
with:
79
name: dashboard_artifact
80
path: _output/bin/dist
.github/workflows/dockerhub-released-image.yml
0 commit comments