diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbbf67e..267a386 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: run: npm run test:coverage - name: Upload coverage report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: matrix.node-version == '20.x' with: name: coverage-report @@ -101,7 +101,7 @@ jobs: run: npm run build - name: Upload build artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: dist path: dist/