We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dbc585 commit bb66062Copy full SHA for bb66062
.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@v2
+ - uses: actions/upload-artifact@v3
44
with:
45
name: release
46
path: dist/
0 commit comments