diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ca2c9ed..b93b1d8 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@v6 with: name: package path: cldn-web-ts-0.0.0-dev.tgz