trying to fix CI
Some checks failed
Main Workflow / Test and Build (18.x) (push) Failing after 3m18s
Main Workflow / Test and Build (20.x) (push) Successful in 1m49s
Main Workflow / Security Audit (push) Successful in 1m9s
Main Workflow / Code Quality Check (push) Failing after 2m54s
Main Workflow / Build Release Artifacts (push) Has been skipped
Main Workflow / Notification (push) Failing after 25s

This commit is contained in:
2025-07-23 05:44:23 +00:00
parent 9d5dc9ae7d
commit 363b284be8

View File

@ -42,7 +42,7 @@ jobs:
run: npm test -- --coverage --coverageReporters=lcov
- name: Upload coverage reports
uses: https://github.com/actions/upload-artifact@v4
uses: https://github.com/actions/upload-artifact@v3
if: matrix.node-version == '18.x'
with:
name: coverage-reports
@ -116,7 +116,7 @@ jobs:
cd ..
- name: Upload build artifacts
uses: https://github.com/actions/upload-artifact@v4
uses: https://github.com/actions/upload-artifact@v3
with:
name: release-artifacts
path: |
@ -151,7 +151,7 @@ jobs:
continue-on-error: true
- name: Upload lint results
uses: https://github.com/actions/upload-artifact@v4
uses: https://github.com/actions/upload-artifact@v3
if: always()
with:
name: lint-results