diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 342c02f3..fb403dc7 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -151,12 +151,12 @@ jobs: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GITHUB_WORKSPACE/ws/install/lib cmake --build . --config Release --target tesseract_python_doc - name: archive wheels - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: 'python-wheels-${{ matrix.config.os }}-${{ matrix.config.python_version }}' path: ws/build/tesseract_python/python/* - name: archive docs - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: 'python-docs-${{ matrix.config.os }}-${{ matrix.config.python_version }}' path: ws/build/tesseract_python/docs/* @@ -270,13 +270,13 @@ jobs: if %errorlevel% neq 0 exit /b %errorlevel% - name: archive wheels if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: 'python-wheels-win-${{matrix.config.python_version}}' path: ws/build/tesseract_python/python - name: archive logs if: failure() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: 'build-logs-win-${{ matrix.config.arch }}-python-${{ matrix.config.python_version }}' path: "**/*.log" @@ -375,13 +375,13 @@ jobs: pytest -s - name: archive wheels if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: 'python-macos-${{ matrix.config.arch }}-python-${{matrix.config.python_version}}' path: ws/build/tesseract_python/python - name: archive logs if: failure() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: 'build-logs-macos-${{ matrix.config.arch }}-python-${{ matrix.config.python_version }}' path: "**/*.log" @@ -401,7 +401,7 @@ jobs: with: path: artifacts/main - name: archive wheels - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: 'python-wheels-all' path: artifacts/**/wheelhouse/*.whl