diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1db87ad..4e0042e 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@v4 + uses: actions/upload-artifact@v5 with: name: package path: cldn-web-ts-0.0.0-dev.tgz