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