From 38ee0057bdabe43584d8d0bf3f5811cd7e262069 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 16:53:12 +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 e455097..7827e39 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@v4.3.3 with: name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }} path: |