diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a39a90b..bfecad8 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@v5 + uses: actions/upload-artifact@v6 with: name: package path: cldn-ip-0.0.0-dev.tgz