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 c9eda4e commit deab662Copy full SHA for deab662
.github/workflows/build.yml
@@ -88,7 +88,7 @@ jobs:
88
89
# Store already-built plugin as an artifact for downloading
90
- name: Upload artifact
91
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
92
with:
93
name: ${{ steps.artifact.outputs.filename }}
94
path: ./build/distributions/content/*/*
0 commit comments