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