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@v4
54+ - uses : actions/download-artifact@v5
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@v5
5151 with :
5252 python-version : ${{ matrix.python-version }}
53- - uses : actions/download-artifact@v4
53+ - uses : actions/download-artifact@v5
5454 with :
5555 name : dist-packages-${{ github.sha }}
5656 path : dist
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159159 # use input if dispatch or git tag
160160 VERSION : ${{ inputs.version || github.ref_name }}
161161 steps :
162- - uses : actions/download-artifact@v4
162+ - uses : actions/download-artifact@v5
163163 with :
164164 name : docs-${{ matrix.pkg-name }}-${{ github.sha }}
165165 path : docs/build/html/
Original file line number Diff line number Diff line change 5454 PKG_NAME : " lightning"
5555 steps :
5656 - uses : actions/checkout@v4 # needed to use local composite action
57- - uses : actions/download-artifact@v4
57+ - uses : actions/download-artifact@v5
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@v4
41- - uses : actions/download-artifact@v4
41+ - uses : actions/download-artifact@v5
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@v4 # needed for local action below
143- - uses : actions/download-artifact@v4
143+ - uses : actions/download-artifact@v5
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@v4 # needed for local action below
168- - uses : actions/download-artifact@v4
168+ - uses : actions/download-artifact@v5
169169 with :
170170 name : dist-packages-${{ github.sha }}
171171 path : dist
You can’t perform that action at this time.
0 commit comments