diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a3b9ee..b5bb83f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: run: npm pack - name: Upload npm package artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: npm-package path: "*.tgz"