File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ jobs:
289
289
290
290
- name : Download coverage artifacts
291
291
if : (success() || failure()) && steps.container.outcome == 'success'
292
- uses : actions/download-artifact@v4
292
+ uses : actions/download-artifact@v5
293
293
with :
294
294
path : .coverage
295
295
pattern : coverage-*
Original file line number Diff line number Diff line change @@ -132,10 +132,10 @@ jobs:
132
132
runs-on : ubuntu-latest
133
133
if : (success() || failure()) && github.repository == 'sagemath/sage' && startsWith(github.ref, 'refs/tags/')
134
134
steps :
135
- - uses : actions/download-artifact@v4
135
+ - uses : actions/download-artifact@v5
136
136
with :
137
137
name : release_dist
138
- - uses : actions/download-artifact@v4
138
+ - uses : actions/download-artifact@v5
139
139
with :
140
140
name : dist
141
141
path : dist
@@ -252,7 +252,7 @@ jobs:
252
252
with :
253
253
platforms : all
254
254
255
- - uses : actions/download-artifact@v4
255
+ - uses : actions/download-artifact@v5
256
256
with :
257
257
name : dist
258
258
path : dist
@@ -329,7 +329,7 @@ jobs:
329
329
CAN_DEPLOY : ${{ secrets.SAGEMATH_PYPI_API_TOKEN != '' && github.event_name != 'pull_request' }}
330
330
steps :
331
331
332
- - uses : actions/download-artifact@v4
332
+ - uses : actions/download-artifact@v5
333
333
with :
334
334
pattern : " *-*-*-wheels"
335
335
path : wheelhouse
Original file line number Diff line number Diff line change 87
87
88
88
- name : Download old doc
89
89
if : github.event_name == 'pull_request'
90
- uses : actions/download-artifact@v4
90
+ uses : actions/download-artifact@v5
91
91
with :
92
92
name : doc-develop
93
93
github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 43
43
44
44
- name : Download doc
45
45
id : download-doc
46
- uses : actions/download-artifact@v4
46
+ uses : actions/download-artifact@v5
47
47
with :
48
48
name : doc
49
49
github-token : ${{ secrets.GITHUB_TOKEN }}
@@ -116,7 +116,7 @@ jobs:
116
116
117
117
# - name: Download live doc
118
118
# id: download-doc
119
- # uses: actions/download-artifact@v4
119
+ # uses: actions/download-artifact@v5
120
120
# with:
121
121
# name: livedoc
122
122
# github-token: ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ jobs:
140
140
ref : ${{ inputs.sage_ref }}
141
141
fetch-depth : 10000
142
142
- name : Download upstream artifact
143
- uses : actions/download-artifact@v4
143
+ uses : actions/download-artifact@v5
144
144
with :
145
145
path : upstream
146
146
name : ${{ inputs.upstream_artifact }}
You can’t perform that action at this time.
0 commit comments