From 5802f61f07176f5235e1dc3de122113677dd72c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 12:05:19 +0000 Subject: [PATCH] ci: bump actions/download-artifact from 4 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1f3306..a386a64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -170,7 +170,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - uses: taiki-e/install-action@dee540ee3f3ff5c6a0665fed9996875d0ba04ca2 # nextest - name: Download test archive - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: nextest-archive-${{ matrix.os }} - name: Run unit tests @@ -192,7 +192,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - uses: taiki-e/install-action@dee540ee3f3ff5c6a0665fed9996875d0ba04ca2 # nextest - name: Download test archive - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: nextest-archive-${{ matrix.os }} - name: Run integration tests @@ -214,11 +214,11 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - uses: taiki-e/install-action@dee540ee3f3ff5c6a0665fed9996875d0ba04ca2 # nextest - name: Download test archive - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: nextest-archive-${{ matrix.os }} - name: Download binary - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: mcpls-binary-${{ matrix.os }} path: target/debug/