From e0dab92a62eef8d4b4ab4c16f7e6840c64d18467 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 21:39:04 +0000 Subject: [PATCH] Update actions/download-artifact action to v6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0887ad..5894bef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -161,7 +161,7 @@ jobs: runs-on: macOS-15 if: ${{ (success() || failure()) }} steps: - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 with: path: test_output - run: ls -la test_output