Skip to content

Commit 683383d

Browse files
authored
Merge pull request #292 from kcl-lang/dependabot/github_actions/actions/download-artifact-7
chore: (deps): bump actions/download-artifact from 6 to 7
2 parents a6751dd + 8f1a470 commit 683383d

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@v6
134+
uses: actions/download-artifact@v7
135135
with:
136136
name: kcl-musl-package
137137
path: ./

0 commit comments

Comments
 (0)