diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53095bc..ef942c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: run: npm pack - name: Upload package artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: package path: cldn-components-0.0.0-dev.tgz