From 4ba5f0b2ebfae422dab5b8f07958b3340b42c1ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:23:20 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/npm-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 6ed218d..af61371 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -25,7 +25,7 @@ jobs: npm ci npm run build - name: Save dist folder - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: dist path: dist/ @@ -39,7 +39,7 @@ jobs: with: node-version-file: '.nvmrc' - name: Get dist folder - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: dist path: dist/ @@ -60,7 +60,7 @@ jobs: node-version-file: '.nvmrc' registry-url: https://registry.npmjs.org/ - name: Get dist folder - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: dist path: dist/