diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 034be10..1a3da15 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@v4 + uses: actions/upload-artifact@v5 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@v4 + uses: actions/upload-artifact@v5 with: name: pluginVerifier-result path: ${{ github.workspace }}/build/reports/pluginVerifier