31
31
uses : actions/checkout@v4
32
32
with :
33
33
submodules : false
34
- progress : false
34
+ show- progress : false
35
35
fetch-depth : 1
36
36
- name : Set up python
37
37
uses : actions/setup-python@v5
@@ -112,7 +112,7 @@ jobs:
112
112
uses : actions/checkout@v4
113
113
with :
114
114
submodules : false
115
- progress : false
115
+ show- progress : false
116
116
fetch-depth : 1
117
117
- name : Set up python
118
118
uses : actions/setup-python@v5
@@ -127,20 +127,20 @@ jobs:
127
127
msgfmt --version
128
128
- name : Build mpy-cross
129
129
run : make -C mpy-cross -j2
130
- - uses : actions/upload-artifact@v3
130
+ - uses : actions/upload-artifact@v4
131
131
with :
132
132
name : mpy-cross-macos-11-x64
133
133
path : mpy-cross/build/mpy-cross
134
134
- name : Build mpy-cross (arm64)
135
135
run : make -C mpy-cross -j2 -f Makefile.m1 V=2
136
- - uses : actions/upload-artifact@v3
136
+ - uses : actions/upload-artifact@v4
137
137
with :
138
138
name : mpy-cross-macos-11-arm64
139
139
path : mpy-cross/build-arm64/mpy-cross-arm64
140
140
- name : Make universal binary
141
141
run : lipo -create -output mpy-cross-macos-universal mpy-cross/build/mpy-cross mpy-cross/build-arm64/mpy-cross-arm64
142
142
- name : Upload artifact
143
- uses : actions/upload-artifact@v3
143
+ uses : actions/upload-artifact@v4
144
144
with :
145
145
name : mpy-cross-macos-11-universal
146
146
path : mpy-cross-macos-universal
@@ -168,7 +168,7 @@ jobs:
168
168
uses : actions/checkout@v4
169
169
with :
170
170
submodules : false
171
- progress : false
171
+ show- progress : false
172
172
fetch-depth : 1
173
173
- name : Set up python
174
174
uses : actions/setup-python@v5
@@ -183,20 +183,20 @@ jobs:
183
183
pip install -r requirements-doc.txt
184
184
- name : Build and Validate Stubs
185
185
run : make check-stubs -j2
186
- - uses : actions/upload-artifact@v3
186
+ - uses : actions/upload-artifact@v4
187
187
with :
188
188
name : stubs
189
189
path : circuitpython-stubs/dist/*
190
190
- name : Test Documentation Build (HTML)
191
191
run : sphinx-build -E -W -b html -D version=${{ env.CP_VERSION }} -D release=${{ env.CP_VERSION }} . _build/html
192
- - uses : actions/upload-artifact@v3
192
+ - uses : actions/upload-artifact@v4
193
193
with :
194
194
name : docs
195
195
path : _build/html
196
196
- name : Test Documentation Build (LaTeX/PDF)
197
197
run : |
198
198
make latexpdf
199
- - uses : actions/upload-artifact@v3
199
+ - uses : actions/upload-artifact@v4
200
200
with :
201
201
name : docs
202
202
path : _build/latex
@@ -266,7 +266,7 @@ jobs:
266
266
uses : actions/checkout@v4
267
267
with :
268
268
submodules : false
269
- progress : false
269
+ show- progress : false
270
270
fetch-depth : 1
271
271
- name : Set up submodules
272
272
uses : ./.github/actions/deps/submodules
0 commit comments