Skip to content

Commit fc6365e

Browse files
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](actions/upload-artifact@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] <[email protected]>
1 parent 12ecb84 commit fc6365e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_offline_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Sphinx - Build HTML
5959
run: make SPHINXOPTS='--color -j 4' html
6060

61-
- uses: actions/upload-artifact@v4
61+
- uses: actions/upload-artifact@v6
6262
with:
6363
name: godot-docs-html-${{ matrix.branch }}
6464
path: _build/html
@@ -80,7 +80,7 @@ jobs:
8080
8181
make SPHINXOPTS='--color -j 4' epub
8282
83-
- uses: actions/upload-artifact@v4
83+
- uses: actions/upload-artifact@v6
8484
with:
8585
name: godot-docs-epub-${{ matrix.branch }}
8686
path: _build/epub/GodotEngine.epub

0 commit comments

Comments
 (0)