diff --git a/.github/workflows/cd_release.yml b/.github/workflows/cd_release.yml index 721fcf3b..5c0e1bbb 100644 --- a/.github/workflows/cd_release.yml +++ b/.github/workflows/cd_release.yml @@ -53,7 +53,7 @@ jobs: steps: - name: Download distribution - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: dist # The artifact will always be called 'dist' path: dist