diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 851e200..0bcb20e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - run: npm ci - run: npm test - run: npm run lint - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: test-results