diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 5c754a0e..10b4dcc1 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -29,7 +29,7 @@ jobs: env: CI: true - name: Archive production artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: tmp-zip-node-v${{ matrix.node-version }} path: tmp/*.zip