From ebb6e24e5125d2a68a961846b42f6b6c5210cfb3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 18:23:31 +0000 Subject: [PATCH] Update GitHub Artifact Actions to v4 --- .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 9926769..acc300f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: if: steps.cache_npm.outputs.cache-hit != 'true' 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@v3 + uses: actions/upload-artifact@v4 with: name: node_modules.tar.zstd path: node_modules.tar.zstd @@ -59,7 +59,7 @@ jobs: always-auth: true registry-url: https://registry.npmjs.org - name: Restore node_modules artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: node_modules.tar.zstd - name: Unarchive node_modules @@ -93,7 +93,7 @@ jobs: always-auth: true registry-url: https://registry.npmjs.org - name: Restore node_modules artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: node_modules.tar.zstd - name: Unarchive node_modules @@ -129,7 +129,7 @@ jobs: always-auth: true registry-url: https://registry.npmjs.org - name: Restore node_modules artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: node_modules.tar.zstd - name: Unarchive node_modules