From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 05:27:06 +0000 (+0900) Subject: chore(deps): update actions/download-artifact action to v6 (#846) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eb6c7cf0c186e2b53a9bd3a1cf16c5b5d56ceff5;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore(deps): update actions/download-artifact action to v6 (#846) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1aeacd82..89928f61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,7 +119,7 @@ jobs: cache: 'pnpm' # use artifacts to share the playground across different jobs - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 with: name: build-output