diff --git a/.github/workflows/docs-sched-rebuild.yaml b/.github/workflows/docs-sched-rebuild.yaml index 39dfb1f501..586fd98b8e 100644 --- a/.github/workflows/docs-sched-rebuild.yaml +++ b/.github/workflows/docs-sched-rebuild.yaml @@ -61,7 +61,7 @@ jobs: git config user.name docs-sched-rebuild git config user.email do-not-send-@github.com - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: html-build-artifact - name: Copy HTML directories