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:
committed by
Tilman Vatteroth
parent
a391ca8d3f
commit
8eb502008a
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user