diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 3a4a5a8..c273763 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -47,7 +47,7 @@ jobs: if: github.event_name == 'release' && github.event.action == 'published' steps: - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: artifact path: dist