Merge pull request #11534 from godotengine/dependabot/github_actions/actions/upload-artifact-6

Bump actions/upload-artifact from 4 to 6
This commit is contained in:
Max Hilbrunner
2025-12-19 11:34:51 +01:00
committed by GitHub

View File

@@ -58,7 +58,7 @@ jobs:
- name: Sphinx - Build HTML
run: make SPHINXOPTS='--color -j 4' html
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v6
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@v4
- uses: actions/upload-artifact@v6
with:
name: godot-docs-epub-${{ matrix.branch }}
path: _build/epub/GodotEngine.epub