Merge pull request #11797 from godotengine/dependabot/github_actions/actions/upload-artifact-7

Bump actions/upload-artifact from 6 to 7
This commit is contained in:
Matthew
2026-04-25 11:37:53 -04:00
committed by GitHub
+2 -2
View File
@@ -58,7 +58,7 @@ jobs:
- name: Sphinx - Build HTML
run: make SPHINXOPTS='--color -j 4' html
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: godot-docs-html-${{ matrix.branch }}
path: _build/html
@@ -80,7 +80,7 @@ jobs:
make SPHINXOPTS='--color -j 4' epub
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: godot-docs-epub-${{ matrix.branch }}
path: _build/epub/GodotEngine.epub