From 88f9ed9ef34e03db82080519fbe0fe00d86d7925 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 23:05:07 +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 0af1243..b360d10 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@v4 + uses: actions/upload-artifact@v5 with: name: dist path: dist/ @@ -39,7 +39,7 @@ jobs: with: node-version-file: '.nvmrc' - name: Get dist folder - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 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@v4 + uses: actions/download-artifact@v6 with: name: dist path: dist/