diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3245b56..00924eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: - run: npm ci --ignore-scripts - run: npm run build - name: Upload XAR - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: exist-function-documentation-xar path: dist/*.xar