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
@@ -250,7 +250,7 @@ jobs:
250
250
with :
251
251
platforms : all
252
252
253
- - uses : actions/download-artifact@v4
253
+ - uses : actions/download-artifact@v5
254
254
with :
255
255
name : dist
256
256
path : dist
@@ -327,7 +327,7 @@ jobs:
327
327
CAN_DEPLOY : ${{ secrets.SAGEMATH_PYPI_API_TOKEN != '' && github.event_name != 'pull_request' }}
328
328
steps :
329
329
330
- - uses : actions/download-artifact@v4
330
+ - uses : actions/download-artifact@v5
331
331
with :
332
332
pattern : " *-*-*-wheels"
333
333
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 @@ -141,7 +141,7 @@ jobs:
141
141
ref : ${{ inputs.sage_ref }}
142
142
fetch-depth : 10000
143
143
- name : Download upstream artifact
144
- uses : actions/download-artifact@v4
144
+ uses : actions/download-artifact@v5
145
145
with :
146
146
path : upstream
147
147
name : ${{ inputs.upstream_artifact }}
You can’t perform that action at this time.
0 commit comments