diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 8085b1cb..46e43a13 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -77,7 +77,7 @@ jobs: - name: Download artifact from build workflow if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main') - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v7 with: allow_forks: false branch: main