From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 02:48:20 +0000 (+0000) Subject: chore(deps): update actions/download-artifact action to v7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c328a9d59d9ed6c97ac201e41a820bb2f71717b2;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore(deps): update actions/download-artifact action to v7 --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6e30d07..ee8a50cb 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@v6 + - uses: actions/download-artifact@v7 with: name: build-output