diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index af9d7a1..997f872 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -77,7 +77,7 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - name: Download documentation artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: docs path: site/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 795701d..a2a766e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: id-token: write steps: - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: dist path: dist/ @@ -58,7 +58,7 @@ jobs: contents: write steps: - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: dist path: dist/