mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
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:
4
.github/workflows/build_offline_docs.yml
vendored
4
.github/workflows/build_offline_docs.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user