Skip to content

Commit 11df59f

Browse files
authored
Merge pull request #54 from KeYProject/dependabot/github_actions/actions/upload-pages-artifact-5
Bump actions/upload-pages-artifact from 4 to 5
2 parents 428ced7 + 851253a commit 11df59f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v6
4242
- run: mkdocs build -c -d public
4343
- name: Upload artifact
44-
uses: actions/upload-pages-artifact@v4
44+
uses: actions/upload-pages-artifact@v5
4545
with:
4646
path: ./public
4747

0 commit comments

Comments
 (0)