Skip to content

Commit a8f35f8

Browse files
authored
Merge pull request #48 from KeYProject/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents 4b8f686 + 9f425dc commit a8f35f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/configure-pages@v5
4242
- run: mkdocs build -c -d public
4343
- name: Upload artifact
44-
uses: actions/upload-pages-artifact@v3
44+
uses: actions/upload-pages-artifact@v4
4545
with:
4646
path: ./public
4747

0 commit comments

Comments
 (0)