diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92c2eb0..913aee9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,11 +24,11 @@ jobs: - run: npm run format-check - run: npm run lint - run: npm run test - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: dist path: dist - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: action.yml path: action.yml