chore(deps): update actions/upload-artifact action to v4

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-01-18 20:18:46 +00:00 committed by Tilman Vatteroth
parent a391ca8d3f
commit 8eb502008a

View file

@ -33,7 +33,7 @@ jobs:
run: yarn run mocha-suite run: yarn run mocha-suite
- name: Upload build artifacts - name: Upload build artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
if: github.ref == 'refs/heads/master' && matrix.node-version == '16' if: github.ref == 'refs/heads/master' && matrix.node-version == '16'
with: with:
name: Prebuild with Node.js ${{ matrix.node-version }} name: Prebuild with Node.js ${{ matrix.node-version }}