We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7dc3ad commit dbd9fe8Copy full SHA for dbd9fe8
.github/workflows/release.yaml
@@ -40,7 +40,7 @@ jobs:
40
export file=$(ls dist/ | grep ${type})
41
echo "::set-output name=file::${file}"
42
43
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
44
with:
45
name: release
46
path: dist/
0 commit comments