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 d0e2e9b commit 864476eCopy full SHA for 864476e
1 file changed
.github/workflows/check.yaml
@@ -42,7 +42,7 @@ jobs:
42
unzip "$FILENAME" -d content
43
echo "filename=${FILENAME:0:-4}" >> $GITHUB_OUTPUT
44
- name: 📤 Upload artifact
45
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
46
with:
47
name: ${{ steps.artifact.outputs.filename }}
48
path: ./build/distributions/content/*/*
@@ -86,7 +86,7 @@ jobs:
86
MATRIX_IDE: ${{ matrix.ide }}
87
- name: 📤 Upload results
88
if: ${{ always() }}
89
90
91
name: pluginVerifier-result-${{ matrix.ide }}
92
path: ${{ github.workspace }}/build/reports/pluginVerifier
0 commit comments