From 81763a3adc777056d6fa7ce65a2c1199906cd8f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 06:55:04 +0000 Subject: [PATCH] Update actions/upload-artifact action to v3.2.1 --- .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 0d64de9..efd584a 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -27,7 +27,7 @@ jobs: - name: Upload test artifacts if: failure() - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.2.1 with: name: test-artifacts-${{ matrix.xcode }}-${{ github.run_id }} path: |