File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 sed -i -r "s|(https://img.shields.io/badge/TDLib-v)[0-9\.]+(-blue)|\\1$LATEST_TDLIB_VERSION\\2|" README.md
4444
4545 - name : Upload updated files
46- uses : actions/upload-artifact@v4
46+ uses : actions/upload-artifact@v6
4747 with :
4848 name : updated-files
4949 path : |
8080 python -m cibuildwheel . --output-dir ./wheelhouse
8181
8282 - name : Upload wheels
83- uses : actions/upload-artifact@v4
83+ uses : actions/upload-artifact@v6
8484 with :
8585 name : wheels-${{ matrix.runner }}
8686 path : ./wheelhouse/*.whl
@@ -155,7 +155,7 @@ jobs:
155155 python -m cibuildwheel . --output-dir ./wheelhouse
156156
157157 - name : Upload wheels
158- uses : actions/upload-artifact@v4
158+ uses : actions/upload-artifact@v6
159159 with :
160160 name : wheels-windows
161161 path : ./wheelhouse/*.whl
@@ -224,7 +224,7 @@ jobs:
224224 python -m cibuildwheel . --output-dir ./wheelhouse
225225
226226 - name : Upload wheels
227- uses : actions/upload-artifact@v4
227+ uses : actions/upload-artifact@v6
228228 with :
229229 name : wheels-macos
230230 path : ./wheelhouse/*.whl
You can’t perform that action at this time.
0 commit comments