From 970ea181c2c23b59b9ec6b8ba0cc37634ac83727 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 18:29:29 +0000 Subject: [PATCH] Update actions/upload-artifact action to v3.2.1 --- .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 f72ad70..0bb088a 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: | @@ -41,7 +41,7 @@ jobs: - name: Upload build artifacts if: failure() - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.2.1 with: name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }} path: |