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
|
||||
|
||||
- name: Upload API coverage
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
if: always()
|
||||
with:
|
||||
name: api-coverage
|
||||
|
||||
Reference in New Issue
Block a user