From 8b171d09a2e83be9ab9d9ac770839b3e812b4394 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 17:43:15 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- .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..e99efb9 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@v7.0.1 with: name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }} path: |