diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ce1d97..258ecc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: with: node-version-file: .nvmrc - name: Restore node_modules artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v8 with: name: node_modules.tar.zstd - name: Unarchive node_modules