From 0c2084973ddcf6744b123b275f973ce96f2a2635 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 12:43:53 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 369c6207..1a025228 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: - name: Archive node_modules run: tar --use-compress-program "zstd -T0 --long=31 -1" -cf node_modules.tar.zstd -P node_modules - name: Persisting node_modules artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: node_modules.tar.zstd path: node_modules.tar.zstd @@ -49,7 +49,7 @@ jobs: always-auth: true registry-url: https://registry.npmjs.org - name: Restore node_modules artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: node_modules.tar.zstd - name: Unarchive node_modules @@ -84,7 +84,7 @@ jobs: always-auth: true registry-url: https://registry.npmjs.org - name: Restore node_modules artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: node_modules.tar.zstd - name: Unarchive node_modules @@ -121,7 +121,7 @@ jobs: always-auth: true registry-url: https://registry.npmjs.org - name: Restore node_modules artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: node_modules.tar.zstd - name: Unarchive node_modules