diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dff02d4..08c05e3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - name: Download Built site - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: site path: _site diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index e01221e..41a5118 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -12,7 +12,7 @@ jobs: if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' steps: - name: Download Built site - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: run-id: ${{ github.event.workflow_run.id }} name: site