We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1690588 + c19f698 commit 1846586Copy full SHA for 1846586
.github/workflows/build.yml
@@ -72,7 +72,7 @@ jobs:
72
echo "filename=${FILENAME:0:-4}" >> $GITHUB_OUTPUT
73
74
- name: Upload artifact
75
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
76
with:
77
name: ${{ steps.artifact.outputs.filename }}
78
path: ./build/distributions/content/*/*
@@ -132,7 +132,7 @@ jobs:
132
133
- name: Collect Plugin Verifier Result
134
if: ${{ always() }}
135
136
137
name: pluginVerifier-result
138
path: ${{ github.workspace }}/build/reports/pluginVerifier
0 commit comments