From 56815b733c22f38a4f370d64bf27c8cb0a1daed8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 06:55:07 +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 0d64de9..28a624b 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@v4.4.3 with: name: test-artifacts-${{ matrix.xcode }}-${{ github.run_id }} path: |