Skip to content

Commit 0496711

Browse files
authored
Merge pull request #285 from kcl-lang/dependabot/github_actions/actions/download-artifact-6
chore: (deps): bump actions/download-artifact from 4 to 6
2 parents f821551 + 9c5153f commit 0496711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
uses: actions/checkout@v6
132132

133133
- name: Download musl package from Artifact
134-
uses: actions/download-artifact@v4
134+
uses: actions/download-artifact@v6
135135
with:
136136
name: kcl-musl-package
137137
path: ./

0 commit comments

Comments
 (0)