diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 2bdfc0d1..1109e393 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -106,7 +106,7 @@ jobs: uses: actions/checkout@v5 - name: Download Artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: documentation-html path: documentation-html