File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ jobs:
206
206
]
207
207
runs-on : ubuntu-latest
208
208
steps :
209
- - uses : actions/download-artifact@v4
209
+ - uses : actions/download-artifact@v5
210
210
211
211
- name : Publish package on PyPI
212
212
if : needs.release.outputs.tag
@@ -230,7 +230,7 @@ jobs:
230
230
runs-on : ubuntu-latest
231
231
if : " ! needs.release.outputs.tag"
232
232
steps :
233
- - uses : actions/download-artifact@v4
233
+ - uses : actions/download-artifact@v5
234
234
235
235
- name : Publish package on TestPyPI
236
236
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150
150
nox --version
151
151
152
152
- name : Download coverage data
153
- uses : actions/download-artifact@v4
153
+ uses : actions/download-artifact@v5
154
154
with :
155
155
name : coverage-data
156
156
You can’t perform that action at this time.
0 commit comments