From 904c9a705285d0209101d3de5e4c4be2dff77677 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 21:56:49 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 51cc39a8..a1482ebe 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -19,7 +19,7 @@ jobs: run: | yarn build - name: Upload artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v5 with: name: bundled path: dist @@ -48,7 +48,7 @@ jobs: yarn workspaces focus -A --production yarn add --dev postcss-tape@${{ steps.test-dep-versions.outputs.postcss-tape }} postcss@${{ steps.test-dep-versions.outputs.postcss }} - name: Download artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v6 with: name: bundled path: dist