From c74cd9b294dfb0bb1849e3f96d032a094fe2f828 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 22:56:14 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/beta.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 5d0441a2..d44fdcca 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -107,7 +107,7 @@ jobs: BASE_URL: /nuxt-custom-elements/ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Archive Production Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: docsArtifact path: docs/.vitepress/dist @@ -122,7 +122,7 @@ jobs: node: [22] steps: - name: Download Artifact (Docs) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: docsArtifact path: public/docs