diff --git a/.github/workflows/test-docs-with-edm.yml b/.github/workflows/test-docs-with-edm.yml index 4c7023f47..64f16c779 100644 --- a/.github/workflows/test-docs-with-edm.yml +++ b/.github/workflows/test-docs-with-edm.yml @@ -41,7 +41,7 @@ jobs: - name: Build docs run: xvfb-run -a edm run -- python etstool.py docs --toolkit=${{ matrix.toolkit }} - name: Archive HTML docs - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: html-doc-bundle path: docs/build/html