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 51
51
needs : build-packages
52
52
runs-on : ubuntu-22.04
53
53
steps :
54
- - uses : actions/download-artifact@v4
54
+ - uses : actions/download-artifact@v5
55
55
with : # download all build artifacts
56
56
pattern : ${{ inputs.artifact-name }}-*
57
57
merge-multiple : true
Original file line number Diff line number Diff line change 50
50
- uses : actions/setup-python@v5
51
51
with :
52
52
python-version : ${{ matrix.python-version }}
53
- - uses : actions/download-artifact@v4
53
+ - uses : actions/download-artifact@v5
54
54
with :
55
55
name : dist-packages-${{ github.sha }}
56
56
path : dist
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159
159
# use input if dispatch or git tag
160
160
VERSION : ${{ inputs.version || github.ref_name }}
161
161
steps :
162
- - uses : actions/download-artifact@v4
162
+ - uses : actions/download-artifact@v5
163
163
with :
164
164
name : docs-${{ matrix.pkg-name }}-${{ github.sha }}
165
165
path : docs/build/html/
Original file line number Diff line number Diff line change 54
54
PKG_NAME : " lightning"
55
55
steps :
56
56
- uses : actions/checkout@v4 # needed to use local composite action
57
- - uses : actions/download-artifact@v4
57
+ - uses : actions/download-artifact@v5
58
58
with :
59
59
name : nightly-packages-${{ github.sha }}
60
60
path : dist
Original file line number Diff line number Diff line change 38
38
if : github.event_name == 'release'
39
39
steps :
40
40
- uses : actions/checkout@v4
41
- - uses : actions/download-artifact@v4
41
+ - uses : actions/download-artifact@v5
42
42
with :
43
43
name : dist-packages-${{ github.sha }}
44
44
path : dist
@@ -140,7 +140,7 @@ jobs:
140
140
name : ["FABRIC", "PYTORCH", "LIGHTNING"]
141
141
steps :
142
142
- uses : actions/checkout@v4 # needed for local action below
143
- - uses : actions/download-artifact@v4
143
+ - uses : actions/download-artifact@v5
144
144
with :
145
145
name : dist-packages-${{ github.sha }}
146
146
path : dist
@@ -165,7 +165,7 @@ jobs:
165
165
name : ["FABRIC", "PYTORCH", "LIGHTNING"]
166
166
steps :
167
167
- uses : actions/checkout@v4 # needed for local action below
168
- - uses : actions/download-artifact@v4
168
+ - uses : actions/download-artifact@v5
169
169
with :
170
170
name : dist-packages-${{ github.sha }}
171
171
path : dist
You can’t perform that action at this time.
0 commit comments