File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5959 ref : gh-pages
6060 token : ${{ secrets.PROJEN_GITHUB_TOKEN }}
6161 - name : Download Artifact
62- uses : actions/download-artifact@v5
62+ uses : actions/download-artifact@v6
6363 with :
6464 name : doc-site
6565 path : ${{ runner.temp }}/site
Original file line number Diff line number Diff line change @@ -331,7 +331,7 @@ jobs:
331331 steps :
332332 # Check out the code
333333 - name : Download Artifact
334- uses : actions/download-artifact@v5
334+ uses : actions/download-artifact@v6
335335 with :
336336 name : built-tree
337337 - name : Extract Artifact
@@ -431,7 +431,7 @@ jobs:
431431 steps :
432432 # Check out the code
433433 - name : Download Artifact
434- uses : actions/download-artifact@v5
434+ uses : actions/download-artifact@v6
435435 with :
436436 name : release-package
437437 path : ${{ runner.temp }}/release-package
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122 uses : actions/checkout@v5
123123
124124 - name : Download patch
125- uses : actions/download-artifact@v5
125+ uses : actions/download-artifact@v6
126126 with :
127127 name : upgrade.patch
128128 path : ${{ runner.temp }}
You can’t perform that action at this time.
0 commit comments