mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Merge pull request #8627 from godotengine/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
This commit is contained in:
committed by
Max Hilbrunner
parent
6ecf95872c
commit
1ec0392dff
4
.github/workflows/build_offline_docs.yml
vendored
4
.github/workflows/build_offline_docs.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
- name: Sphinx - Build HTML
|
||||
run: make SPHINXOPTS='--color' html
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: godot-docs-html-${{ matrix.branch }}
|
||||
path: _build/html
|
||||
@@ -51,7 +51,7 @@ jobs:
|
||||
|
||||
make SPHINXOPTS='--color' epub
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: godot-docs-epub-${{ matrix.branch }}
|
||||
path: _build/epub/GodotEngine.epub
|
||||
|
||||
Reference in New Issue
Block a user