Skip to content

Commit ce26312

Browse files
committed
Upgrade actions/upload-artifact to version 6.
1 parent e29e463 commit ce26312

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build_wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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: |
@@ -80,7 +80,7 @@ jobs:
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

0 commit comments

Comments
 (0)