mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-05-06 07:56:44 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user