From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 00:26:08 +0000 (+0000) Subject: chore(deps): update actions/download-artifact action to v5 X-Git-Tag: v3.18.1~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6338bd99b25a3520fe353273024124ff6a9346f6;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore(deps): update actions/download-artifact action to v5 --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c114053..b15bea63 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@v4 + - uses: actions/download-artifact@v5 with: name: build-output