File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
infra-package/.github/workflows
infra-repo/.github/workflows Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7272 - name : Setup Pages
7373 uses : actions/configure-pages@v5
7474 - name : Upload artifact
75- uses : actions/upload-pages-artifact@v3
75+ uses : actions/upload-pages-artifact@v4
7676 with :
7777 # Upload entire repository
7878 path : " ./book/html"
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ function(
104104 },
105105 {
106106 name: "Upload artifact" ,
107- uses: "actions/upload-pages-artifact@v3 " ,
107+ uses: "actions/upload-pages-artifact@v4 " ,
108108 with: {
109109 path: "./book/html" ,
110110 },
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ function(
117117 },
118118 {
119119 name: "Upload artifact" ,
120- uses: "actions/upload-pages-artifact@v3 " ,
120+ uses: "actions/upload-pages-artifact@v4 " ,
121121 with: {
122122 path: "${{ steps.build.outputs.pages }}"
123123 },
You can’t perform that action at this time.
0 commit comments