diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbc28b564..cce3b8c9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,7 +93,7 @@ jobs: - name: Remove current branch files run: rm -rf ${{ steps.clean_branch.outputs.CLEAN_BRANCH }} - name: Retrieve github pages artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: github-pages path: ${{ steps.clean_branch.outputs.CLEAN_BRANCH }}