From 871212a3794b75def37d405e9416cb71439474f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 22:08:38 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 21995e8..999acba 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -104,7 +104,7 @@ jobs: BASE_URL: /vue-semantic-structure/playground/ VITE_GITHUB_URL: https://github.com/basics/vue-semantic-structure - name: Archive Production Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: playgroundArtifact path: playground/dist @@ -140,7 +140,7 @@ jobs: BASE_URL: /vue-semantic-structure/ 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 @@ -155,12 +155,12 @@ jobs: node: [22] steps: - name: Download Artifact (Docs) - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: docsArtifact path: public - name: Download Artifact (Playground) - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: playgroundArtifact path: public/playground