diff --git a/.github/workflows/continuous-deployment.yaml b/.github/workflows/continuous-deployment.yaml index e50c861..d5fa381 100644 --- a/.github/workflows/continuous-deployment.yaml +++ b/.github/workflows/continuous-deployment.yaml @@ -156,7 +156,7 @@ jobs: steps: - id: fetch name: Fetch artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: release-candidate path: ./dist diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index deea567..15fa3f2 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -53,7 +53,7 @@ jobs: if: ${{ github.ref_name == 'main' }} steps: - name: Download release candidate - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: release-candidate path: ./docs/