diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 9682777f..feb31e1c 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -22,7 +22,7 @@ jobs: - name: Upload ApiGen output artifact # Require non local GitHub Actions Runner & the projects default branch if: env.ACT != 'true' && ${{ format('refs/heads/{0}', github.event.repository.default_branch) == github.ref }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: apigen path: build/apigen