From f12c380ad8d7b1e8e98ec6eea9118f34d548e80f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 17:17:34 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4 --- .github/workflows/ci-macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index f98376e..3d9df71 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -24,7 +24,7 @@ jobs: DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer - name: Upload test artifacts if: failure() - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v4.3.5 with: name: test-artifacts-${{ matrix.xcode }}-${{ github.run_id }} path: | @@ -36,7 +36,7 @@ jobs: DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer - name: Upload build artifacts if: failure() - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v4.3.5 with: name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }} path: |