diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cfc6066..88274bb 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@v4 + uses: actions/upload-artifact@v5 with: name: package path: cldn-components-0.0.0-dev.tgz