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

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-11-24 23:07:36 +00:00
committed by Erik Michelson
parent 4891d4b178
commit afc883acb3

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@v4 uses: actions/upload-artifact@v5
if: github.ref == 'refs/heads/master' && matrix.node-version == '22' if: github.ref == 'refs/heads/master' && matrix.node-version == '22'
with: with:
name: Prebuild with Node.js ${{ matrix.node-version }} name: Prebuild with Node.js ${{ matrix.node-version }}