Skip to content

Commit 803a519

Browse files
authored
Merge pull request #5 from olekspickle/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 0fc765b + 20a3df7 commit 803a519

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
tar -czf ${{ env.pkg_name }}_linux.tar.gz ${{ env.pkg_name }}
5757
5858
- name: Upload package to workflow artifacts
59-
uses: actions/upload-artifact@v5
59+
uses: actions/upload-artifact@v6
6060
with:
6161
name: ${{ env.pkg_name }}_linux.tar.gz
6262
path: ${{ env.pkg_name }}_linux.tar.gz

0 commit comments

Comments
 (0)