diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 0d908f367..eae9074fb 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -48,7 +48,7 @@ jobs: if: ${{ github.event_name == 'push' }} steps: - name: Download artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: docs - name: Unpack artifact