diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb6f67445..72308423e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: uses: actions/checkout@v3 - name: Download Artifacts # The built project is downloaded into the 'site' folder. - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: site