diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c10df45..b8eef37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - run: npm run build - run: npm run types - run: npm test - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: path: | dist/browser.js