From 556945aaf9e777a3d435a8249cd7d0d1476a764e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 21:32:31 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/actions/assert-build/action.yml | 2 +- .github/actions/download-built-package/action.yml | 2 +- .github/workflows/deploy-preview.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/assert-build/action.yml b/.github/actions/assert-build/action.yml index 669247a..2cb91cd 100644 --- a/.github/actions/assert-build/action.yml +++ b/.github/actions/assert-build/action.yml @@ -27,7 +27,7 @@ runs: npx assert-folder-contents - name: Upload dist assets to cache - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: bulit-assets path: table diff --git a/.github/actions/download-built-package/action.yml b/.github/actions/download-built-package/action.yml index aa92293..780956a 100644 --- a/.github/actions/download-built-package/action.yml +++ b/.github/actions/download-built-package/action.yml @@ -4,7 +4,7 @@ runs: using: "composite" steps: - name: Download built package from cache - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: bulit-assets path: table diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 00b43a8..eb0017b 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -75,7 +75,7 @@ jobs: working-directory: docs-api - run: pnpm build:prod working-directory: docs-app - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: deploy-prep-dist if-no-files-found: error @@ -117,7 +117,7 @@ jobs: outputs: docsUrl: ${{ steps.deploy.outputs.url }} steps: - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: deploy-prep-dist path: ./docs-app/dist