diff --git a/.github/workflows/devrel-site.yaml b/.github/workflows/devrel-site.yaml index 80b136fb..e540fe5d 100644 --- a/.github/workflows/devrel-site.yaml +++ b/.github/workflows/devrel-site.yaml @@ -43,7 +43,7 @@ jobs: with: ref: gh-pages - name: Download Generated Docs - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: generated-docs - name: Push GH Pages