Skip to content

Commit 3a4f7e2

Browse files
authored
Merge pull request #11797 from godotengine/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 0e4c5d3 + eb18dce commit 3a4f7e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v6
61+
- uses: actions/upload-artifact@v7
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@v6
83+
- uses: actions/upload-artifact@v7
8484
with:
8585
name: godot-docs-epub-${{ matrix.branch }}
8686
path: _build/epub/GodotEngine.epub

0 commit comments

Comments
 (0)