diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 369c6207..5d826949 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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@v5 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@v5 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@v5 with: name: node_modules.tar.zstd - name: Unarchive node_modules