Upload build artifacts
Some checks failed
CI / build (18.x) (push) Successful in 40m59s
CI / build (20.x) (push) Failing after 17m17s
CI / deploy-preview (push) Has been skipped
CI / lint (push) Failing after 16m51s
CI / test (push) Successful in 40m19s
CI / security (push) Successful in 38m52s
Some checks failed
CI / build (18.x) (push) Successful in 40m59s
CI / build (20.x) (push) Failing after 17m17s
CI / deploy-preview (push) Has been skipped
CI / lint (push) Failing after 16m51s
CI / test (push) Successful in 40m19s
CI / security (push) Successful in 38m52s
This commit is contained in:
parent
4284aff3bb
commit
1d2a7d9a30
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
run: npm run build
|
||||
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: dist-${{ matrix.node-version }}
|
||||
path: dist/
|
||||
@ -108,7 +108,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Download build artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: dist-20.x
|
||||
path: dist/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user