Skip to content

Commit a6751dd

Browse files
authored
Merge pull request #291 from kcl-lang/dependabot/github_actions/actions/upload-artifact-6
chore: (deps): bump actions/upload-artifact from 5 to 6
2 parents 35c5d78 + 5064ff6 commit a6751dd

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
@@ -117,7 +117,7 @@ jobs:
117117
echo "PACKAGE_NAME=kcl-${TAG_NAME}-linux-musl-amd64.tar.gz" >> $GITHUB_ENV
118118
119119
- name: Upload musl package to Artifact
120-
uses: actions/upload-artifact@v5
120+
uses: actions/upload-artifact@v6
121121
with:
122122
name: kcl-musl-package
123123
path: ./${{ env.PACKAGE_NAME }}

0 commit comments

Comments
 (0)