From 2cbdd0e08de994369748811c5578740697cc2eb4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 13:47:26 +0000 Subject: [PATCH] Update actions/upload-artifact action to v3.2.2 --- .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..3505489 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@v3.2.2 with: name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }} path: |