We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af83010 + 5a9f997 commit a94e102Copy full SHA for a94e102
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@v4
+ uses: actions/upload-artifact@v5
60
with:
61
name: ${{ env.pkg_name }}_linux.tar.gz
62
path: ${{ env.pkg_name }}_linux.tar.gz
0 commit comments