diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ef7313..c690e4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,7 +136,7 @@ jobs: run: pnpm test:coverage - name: Upload coverage reports - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 if: always() with: name: coverage-report