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 8b6b59b commit d8e3e74Copy full SHA for d8e3e74
.github/workflows/build-plugin.yml
@@ -34,7 +34,7 @@ jobs:
34
echo "version=$VERSION" >> $GITHUB_OUTPUT
35
36
- name: Upload plugin artifact
37
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
38
with:
39
name: picocode-plugin-${{ steps.plugin_version.outputs.version }}
40
path: plugin/build/distributions/*.zip
0 commit comments