diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 1bf5fe1..ae1aeb7 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -42,7 +42,7 @@ jobs: unzip "$FILENAME" -d content echo "filename=${FILENAME:0:-4}" >> $GITHUB_OUTPUT - name: Upload artifact for later download - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ steps.artifact.outputs.filename }} path: ./build/distributions/content/*/* @@ -89,7 +89,7 @@ jobs: run: ./gradlew verifyPlugin -Dplugin.verifier.home.dir=${{ needs.build.outputs.pluginVerifierHomeDir }} - name: Collect verification result if: ${{ always() }} - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: pluginVerifier-result path: ${{ github.workspace }}/build/reports/pluginVerifier