ci: fix missed upload-artifact@v4 in check job
The previous commit only hit the e2e job; the check job's coverage upload step still referenced v4 because of different indentation.
This commit is contained in:
@@ -51,7 +51,7 @@ jobs:
|
|||||||
run: pnpm build
|
run: pnpm build
|
||||||
|
|
||||||
- name: Upload API coverage
|
- name: Upload API coverage
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: api-coverage
|
name: api-coverage
|
||||||
|
|||||||
Reference in New Issue
Block a user