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 bd87e6c commit c614a52Copy full SHA for c614a52
.github/workflows/build.yml
@@ -108,7 +108,7 @@ jobs:
108
# Collect Plugin Verifier Result
109
- name: Collect Plugin Verifier Result
110
if: ${{ always() }}
111
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
112
with:
113
name: pluginVerifier-result
114
path: ${{ github.workspace }}/build/reports/pluginVerifier
0 commit comments