Skip to content

Commit 0f4ed9c

Browse files
authored
Merge pull request #369 from kubernetes-sigs/dependabot/github_actions/actions/upload-pages-artifact-3
🌱 Bump actions/upload-pages-artifact from 2 to 3
2 parents 92c7ff3 + b1659f8 commit 0f4ed9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- run: make -C docs/book build
2020
- name: Upload artifact
21-
uses: actions/upload-pages-artifact@v2
21+
uses: actions/upload-pages-artifact@v3
2222
with:
2323
path: ./docs/book/book
2424

0 commit comments

Comments
 (0)