6666 run : pip install build
6767 - name : Build source distribution
6868 run : python -m build --sdist
69- - uses : actions/upload-artifact@v5
69+ - uses : actions/upload-artifact@v6
7070 with :
7171 name : sdist
7272 path : dist/tcod-*.tar.gz
@@ -160,7 +160,7 @@ jobs:
160160 if : runner.os != 'Windows'
161161 run : cat /tmp/xvfb.log
162162 - uses : codecov/codecov-action@v5
163- - uses : actions/upload-artifact@v5
163+ - uses : actions/upload-artifact@v6
164164 if : runner.os == 'Windows'
165165 with :
166166 name : wheels-windows-${{ matrix.architecture }}-${{ matrix.python-version }}
@@ -275,7 +275,7 @@ jobs:
275275 BUILD_DESC=${BUILD_DESC//\*}
276276 echo BUILD_DESC=${BUILD_DESC} >> $GITHUB_ENV
277277 - name : Archive wheel
278- uses : actions/upload-artifact@v5
278+ uses : actions/upload-artifact@v6
279279 with :
280280 name : wheels-linux-${{ matrix.arch }}-${{ env.BUILD_DESC }}
281281 path : wheelhouse/*.whl
@@ -322,7 +322,7 @@ jobs:
322322 PYTHON_DESC=${PYTHON_DESC//\*/X}
323323 echo PYTHON_DESC=${PYTHON_DESC} >> $GITHUB_ENV
324324 - name : Archive wheel
325- uses : actions/upload-artifact@v5
325+ uses : actions/upload-artifact@v6
326326 with :
327327 name : wheels-macos-${{ env.PYTHON_DESC }}
328328 path : wheelhouse/*.whl
@@ -349,7 +349,7 @@ jobs:
349349 CIBW_BUILD : cp313-pyodide_wasm32
350350 CIBW_PLATFORM : pyodide
351351 - name : Archive wheel
352- uses : actions/upload-artifact@v5
352+ uses : actions/upload-artifact@v6
353353 with :
354354 name : pyodide
355355 path : wheelhouse/*.whl
@@ -367,11 +367,11 @@ jobs:
367367 permissions :
368368 id-token : write
369369 steps :
370- - uses : actions/download-artifact@v6
370+ - uses : actions/download-artifact@v7
371371 with :
372372 name : sdist
373373 path : dist/
374- - uses : actions/download-artifact@v6
374+ - uses : actions/download-artifact@v7
375375 with :
376376 pattern : wheels-*
377377 path : dist/
0 commit comments