We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0fc765b + 20a3df7 commit 803a519Copy full SHA for 803a519
1 file changed
.github/workflows/release.yaml
@@ -56,7 +56,7 @@ jobs:
56
tar -czf ${{ env.pkg_name }}_linux.tar.gz ${{ env.pkg_name }}
57
58
- name: Upload package to workflow artifacts
59
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
60
with:
61
name: ${{ env.pkg_name }}_linux.tar.gz
62
path: ${{ env.pkg_name }}_linux.tar.gz
0 commit comments