File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5151 needs : build-packages
5252 runs-on : ubuntu-22.04
5353 steps :
54- - uses : actions/download-artifact@v5
54+ - uses : actions/download-artifact@v6
5555 with : # download all build artifacts
5656 pattern : ${{ inputs.artifact-name }}-*
5757 merge-multiple : true
Original file line number Diff line number Diff line change 5050 - uses : actions/setup-python@v6
5151 with :
5252 python-version : ${{ matrix.python-version }}
53- - uses : actions/download-artifact@v5
53+ - uses : actions/download-artifact@v6
5454 with :
5555 name : dist-packages-${{ github.sha }}
5656 path : dist
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153153 # use input if dispatch or git tag
154154 VERSION : ${{ inputs.version || github.ref_name }}
155155 steps :
156- - uses : actions/download-artifact@v5
156+ - uses : actions/download-artifact@v6
157157 with :
158158 name : docs-${{ matrix.pkg-name }}-${{ github.sha }}
159159 path : docs/build/html/
Original file line number Diff line number Diff line change 5454 PKG_NAME : " lightning"
5555 steps :
5656 - uses : actions/checkout@v5 # needed to use local composite action
57- - uses : actions/download-artifact@v5
57+ - uses : actions/download-artifact@v6
5858 with :
5959 name : nightly-packages-${{ github.sha }}
6060 path : dist
Original file line number Diff line number Diff line change 3838 if : github.event_name == 'release'
3939 steps :
4040 - uses : actions/checkout@v5
41- - uses : actions/download-artifact@v5
41+ - uses : actions/download-artifact@v6
4242 with :
4343 name : dist-packages-${{ github.sha }}
4444 path : dist
@@ -140,7 +140,7 @@ jobs:
140140 name : ["FABRIC", "PYTORCH", "LIGHTNING"]
141141 steps :
142142 - uses : actions/checkout@v5 # needed for local action below
143- - uses : actions/download-artifact@v5
143+ - uses : actions/download-artifact@v6
144144 with :
145145 name : dist-packages-${{ github.sha }}
146146 path : dist
@@ -165,7 +165,7 @@ jobs:
165165 name : ["FABRIC", "PYTORCH", "LIGHTNING"]
166166 steps :
167167 - uses : actions/checkout@v5 # needed for local action below
168- - uses : actions/download-artifact@v5
168+ - uses : actions/download-artifact@v6
169169 with :
170170 name : dist-packages-${{ github.sha }}
171171 path : dist
You can’t perform that action at this time.
0 commit comments