Skip to content

Commit 03e6907

Browse files
authored
Merge pull request #215 from ToshY/dependabot/github_actions/master/actions/upload-pages-artifact-5
Bump actions/upload-pages-artifact from 4 to 5
2 parents 151f882 + 61538ce commit 03e6907

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: docker run --rm -v $(pwd):/docs ghcr.io/squidfunk/mkdocs-material:9.6 build
2828

2929
- name: Upload pages artifact
30-
uses: actions/upload-pages-artifact@v4
30+
uses: actions/upload-pages-artifact@v5
3131
with:
3232
path: ./site
3333

0 commit comments

Comments
 (0)