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

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
Renovate Bot 2022-03-05 08:28:34 +00:00 committed by David Mehren
parent 53e55126c2
commit 6e3c4ae1a9

View file

@ -55,7 +55,7 @@ jobs:
cache: yarn cache: yarn
- run: yarn --frozen-lockfile --prefer-offline - run: yarn --frozen-lockfile --prefer-offline
- run: yarn run build - run: yarn run build
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v3
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 }}