diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 0781e5f..8615e85 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@v7 + uses: actions/download-artifact@v8 with: # The name of artifacts created by `actions/upload-pages-artifact` is always "github-pages" name: github-pages