File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5454 fetch-depth : 0
5555
5656 - name : Download module artifact
57- uses : actions/download-artifact@v5
57+ uses : actions/download-artifact@v6
5858 with :
5959 name : module
6060 path : ${{ inputs.WorkingDirectory }}/outputs/module
Original file line number Diff line number Diff line change 5151 uses : PSModule/Install-PSModuleHelpers@v1
5252
5353 - name : Download docs artifact
54- uses : actions/download-artifact@v5
54+ uses : actions/download-artifact@v6
5555 with :
5656 name : docs
5757 path : ${{ inputs.WorkingDirectory }}/outputs/docs
Original file line number Diff line number Diff line change 8686 persist-credentials : false
8787
8888 - name : Download module artifact
89- uses : actions/download-artifact@v5
89+ uses : actions/download-artifact@v6
9090 with :
9191 name : module
9292 path : ${{ inputs.WorkingDirectory }}/outputs/module
@@ -112,7 +112,7 @@ jobs:
112112 persist-credentials : false
113113
114114 - name : Download module artifact
115- uses : actions/download-artifact@v5
115+ uses : actions/download-artifact@v6
116116 with :
117117 name : module
118118 path : ${{ inputs.WorkingDirectory }}/outputs/module
Original file line number Diff line number Diff line change 9898 fetch-depth : 0
9999
100100 - name : Download module artifact
101- uses : actions/download-artifact@v5
101+ uses : actions/download-artifact@v6
102102 with :
103103 name : module
104104 path : ${{ inputs.WorkingDirectory }}/outputs/module
Original file line number Diff line number Diff line change @@ -505,7 +505,7 @@ jobs:
505505 fetch-depth : 0
506506
507507 - name : Download module artifact
508- uses : actions/download-artifact@v5
508+ uses : actions/download-artifact@v6
509509 with :
510510 name : module
511511 path : ${{ inputs.WorkingDirectory }}/outputs/module
You can’t perform that action at this time.
0 commit comments