diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ca2c9ed..03b88f1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -93,7 +93,7 @@ jobs: run: npm pack - name: Upload package artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: package path: cldn-web-ts-0.0.0-dev.tgz