From a2c019daaf1716e01cc6c8d5b20ace5718d70462 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 19:06:18 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4 --- .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 147bd19..b1fcd07 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -49,7 +49,7 @@ jobs: - name: Upload build artifacts if: failure() - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v4.4.3 with: name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }} path: |