mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
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
|
- name: Sphinx - Build HTML
|
||||||
run: make SPHINXOPTS='--color -j 4' html
|
run: make SPHINXOPTS='--color -j 4' html
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: godot-docs-html-${{ matrix.branch }}
|
name: godot-docs-html-${{ matrix.branch }}
|
||||||
path: _build/html
|
path: _build/html
|
||||||
@@ -80,7 +80,7 @@ jobs:
|
|||||||
|
|
||||||
make SPHINXOPTS='--color -j 4' epub
|
make SPHINXOPTS='--color -j 4' epub
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: godot-docs-epub-${{ matrix.branch }}
|
name: godot-docs-epub-${{ matrix.branch }}
|
||||||
path: _build/epub/GodotEngine.epub
|
path: _build/epub/GodotEngine.epub
|
||||||
|
|||||||
Reference in New Issue
Block a user