diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 0581fc8..2295b0f 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@v3 + uses: actions/upload-artifact@v4 with: name: tmp-zip-node-v${{ matrix.node-version }} path: tmp/*.zip