From 2e1bdb98f1eecb0fff0fdfc944570829fb708015 Mon Sep 17 00:00:00 2001 From: Zorg Date: Sun, 31 Mar 2024 20:26:04 -0700 Subject: [PATCH] Update upload-artifact version to v4 (#2536) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05ad6f04..7fdaabe8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,13 +95,13 @@ jobs: xcodebuild build -project Sparkle.xcodeproj -scheme Distribution -configuration Release -derivedDataPath build - name: Archive Test Results if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: build-logs path: build/Logs - name: Upload Distribution if: ${{ success() && matrix.upload-dist }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Sparkle-distribution-${{ matrix.xcode }}.tar.xz path: build/Build/Products/Release/sparkle-dist.tar.xz