diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 080f785..78f6de0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: cache: 'npm' - run: npm ci - run: npm run test:coverage - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v6 with: name: cobertura-html path: coverage/lcov-report \ No newline at end of file