diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 643904b..5245410 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - run: npm run build - run: npm run test - run: npm run lint - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: ${{ matrix.node == 'latest' }} with: name: dist