From d5383586472758f00da542b063c542921c9674a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 18:55:05 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4 --- .github/workflows/ci-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index e455097..9a9d0fc 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -32,7 +32,7 @@ jobs: - name: Upload build artifacts on failure if: failure() - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v4.6.2 with: name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }} path: |