Skip to content

Commit 5247671

Browse files
authored
Merge pull request #6623 from karmada-io/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 94a8a8e + a93e9fe commit 5247671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
hashes: ${{ steps.hash.outputs.hashes }}
5353
steps:
5454
- name: download cli
55-
uses: actions/download-artifact@v4
55+
uses: actions/download-artifact@v5
5656
with:
5757
path: _output/release
5858
pattern: cli-*

0 commit comments

Comments
 (0)