From 9654e3a049f28cae71f8f6f57f7c80e132042ffe Mon Sep 17 00:00:00 2001 From: Pushpavel Date: Thu, 12 Sep 2024 20:11:31 +0530 Subject: [PATCH] Update build.yml (bump `actions/upload-artifact` from v2 to v4) --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 02e662ea..08925dd2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -88,7 +88,7 @@ jobs: # Collect Tests Result of failed tests - name: Collect Tests Result if: ${{ failure() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: tests-result path: ${{ github.workspace }}/build/reports/tests @@ -212,7 +212,7 @@ jobs: # Store already-built plugin as an artifact for downloading - name: Upload artifact if: needs.properties.outputs.shouldRelease == 'true' - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v4 with: name: ${{ steps.artifact.outputs.filename }} path: ./build/distributions/content/*/*