diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index f941442..330085f 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -46,7 +46,7 @@ jobs: pull-requests: write # For comments in PRs steps: - name: Download site artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: # The name of artifacts created by `actions/upload-pages-artifact` is always "github-pages" name: github-pages