Skip to content

Commit 28e0e9d

Browse files
Merge branch 'main' into dependabot/github_actions/actions/checkout-5
2 parents e6a18fd + 400df14 commit 28e0e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build-Site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
mkdocs build --config-file mkdocs.yml --site-dir ../../_site
173173
}
174174
175-
- uses: actions/upload-pages-artifact@v3
175+
- uses: actions/upload-pages-artifact@v4
176176
with:
177177
name: github-pages
178178
path: ${{ inputs.WorkingDirectory }}/_site

0 commit comments

Comments
 (0)