File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 npx assert-folder-contents
2828
2929 - name : Upload dist assets to cache
30- uses : actions/upload-artifact@v5
30+ uses : actions/upload-artifact@v6
3131 with :
3232 name : bulit-assets
3333 path : table
Original file line number Diff line number Diff line change 44 using : " composite"
55 steps :
66 - name : Download built package from cache
7- uses : actions/download-artifact@v6
7+ uses : actions/download-artifact@v7
88 with :
99 name : bulit-assets
1010 path : table
Original file line number Diff line number Diff line change 7575 working-directory : docs-api
7676 - run : pnpm build:prod
7777 working-directory : docs-app
78- - uses : actions/upload-artifact@v5
78+ - uses : actions/upload-artifact@v6
7979 with :
8080 name : deploy-prep-dist
8181 if-no-files-found : error
@@ -117,7 +117,7 @@ jobs:
117117 outputs :
118118 docsUrl : ${{ steps.deploy.outputs.url }}
119119 steps :
120- - uses : actions/download-artifact@v6
120+ - uses : actions/download-artifact@v7
121121 name : deploy-prep-dist
122122 - id : deploy
123123 uses : cloudflare/pages-action@v1.5.0
You can’t perform that action at this time.
0 commit comments