Skip to content

Commit 0d676ed

Browse files
authored
Merge pull request #68 from jelmer/bump-upload-pages-artifact
github: Bump version of actions/upload-pages-artifact@v3
2 parents 35d0823 + 329e5bd commit 0d676ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: mdbook build doc
2323

2424
- name: Upload book
25-
uses: actions/upload-pages-artifact@v2
25+
uses: actions/upload-pages-artifact@v3
2626
with:
2727
path: doc/book/
2828
retention-days: "3"

0 commit comments

Comments
 (0)