diff --git a/.github/workflows/cd_release.yml b/.github/workflows/cd_release.yml index e029b0e2..b573eae9 100644 --- a/.github/workflows/cd_release.yml +++ b/.github/workflows/cd_release.yml @@ -54,7 +54,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