From ec8d0d75a0495584f832a3c268f09efdf0cc78ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 18:49:08 +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 e455097..6f5bff3 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.1 with: name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }} path: |