diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59dbd28..d038ee2 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@v6 + uses: actions/upload-artifact@v7 with: name: package path: cldn-components-0.0.0-dev.tgz