diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 33a852f..d0a49f3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -117,7 +117,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Download built docs - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: docs path: ./public