mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
chore(deps): update actions/upload-artifact action to v3
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
53e55126c2
commit
6e3c4ae1a9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/node.js.yml
vendored
2
.github/workflows/node.js.yml
vendored
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue