Skip to content

Commit 9298826

Browse files
authored
Merge pull request #8 from NinePiece2/dependabot/github_actions/actions/upload-artifact-5
deps(actions): bump actions/upload-artifact from 4 to 5
2 parents e176776 + b951706 commit 9298826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: python ./Scripts/update_readmes.py
4343

4444
- name: Upload docs and mkdocs.yml as artifact
45-
uses: actions/upload-artifact@v4
45+
uses: actions/upload-artifact@v5
4646
with:
4747
name: mkdocs-docs
4848
path: |

0 commit comments

Comments
 (0)