3131 uses : actions/checkout@v4
3232 with :
3333 submodules : false
34- progress : false
34+ show- progress : false
3535 fetch-depth : 1
3636 - name : Set up python
3737 uses : actions/setup-python@v5
@@ -112,7 +112,7 @@ jobs:
112112 uses : actions/checkout@v4
113113 with :
114114 submodules : false
115- progress : false
115+ show- progress : false
116116 fetch-depth : 1
117117 - name : Set up python
118118 uses : actions/setup-python@v5
@@ -127,20 +127,20 @@ jobs:
127127 msgfmt --version
128128 - name : Build mpy-cross
129129 run : make -C mpy-cross -j2
130- - uses : actions/upload-artifact@v3
130+ - uses : actions/upload-artifact@v4
131131 with :
132132 name : mpy-cross-macos-11-x64
133133 path : mpy-cross/build/mpy-cross
134134 - name : Build mpy-cross (arm64)
135135 run : make -C mpy-cross -j2 -f Makefile.m1 V=2
136- - uses : actions/upload-artifact@v3
136+ - uses : actions/upload-artifact@v4
137137 with :
138138 name : mpy-cross-macos-11-arm64
139139 path : mpy-cross/build-arm64/mpy-cross-arm64
140140 - name : Make universal binary
141141 run : lipo -create -output mpy-cross-macos-universal mpy-cross/build/mpy-cross mpy-cross/build-arm64/mpy-cross-arm64
142142 - name : Upload artifact
143- uses : actions/upload-artifact@v3
143+ uses : actions/upload-artifact@v4
144144 with :
145145 name : mpy-cross-macos-11-universal
146146 path : mpy-cross-macos-universal
@@ -168,7 +168,7 @@ jobs:
168168 uses : actions/checkout@v4
169169 with :
170170 submodules : false
171- progress : false
171+ show- progress : false
172172 fetch-depth : 1
173173 - name : Set up python
174174 uses : actions/setup-python@v5
@@ -183,20 +183,20 @@ jobs:
183183 pip install -r requirements-doc.txt
184184 - name : Build and Validate Stubs
185185 run : make check-stubs -j2
186- - uses : actions/upload-artifact@v3
186+ - uses : actions/upload-artifact@v4
187187 with :
188188 name : stubs
189189 path : circuitpython-stubs/dist/*
190190 - name : Test Documentation Build (HTML)
191191 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
193193 with :
194194 name : docs
195195 path : _build/html
196196 - name : Test Documentation Build (LaTeX/PDF)
197197 run : |
198198 make latexpdf
199- - uses : actions/upload-artifact@v3
199+ - uses : actions/upload-artifact@v4
200200 with :
201201 name : docs
202202 path : _build/latex
@@ -266,7 +266,7 @@ jobs:
266266 uses : actions/checkout@v4
267267 with :
268268 submodules : false
269- progress : false
269+ show- progress : false
270270 fetch-depth : 1
271271 - name : Set up submodules
272272 uses : ./.github/actions/deps/submodules
0 commit comments