diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index d7a57122e..0537b88e9 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -200,7 +200,7 @@ jobs: # Reuse the dist/ produced by the "package" job - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ env.PACKAGE_NAME }}-artifacts path: dist