From e137cb8c0ee8b25c831086336b4968960885533c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 00:09:26 +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..2218ba1a 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@v4 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@v5 with: name: bundled path: dist