From 398a5abffaad0de6f79ae097a9a81ea8d1b18aa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 20:28:50 +0000 Subject: [PATCH] Bump actions/upload-artifact from 5 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/wheels.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index c5fc8e1c..abff3e6d 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -159,12 +159,12 @@ jobs: cmake --build . --config Release --target tesseract_python_doc - name: archive wheels if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 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@v7 with: name: 'python-docs-${{ matrix.config.os }}-${{ matrix.config.python_version }}' path: ws/build/tesseract_python/docs/* @@ -278,13 +278,13 @@ jobs: if %errorlevel% neq 0 exit /b %errorlevel% - name: archive wheels if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 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@v7 with: name: 'build-logs-win-${{ matrix.config.arch }}-python-${{ matrix.config.python_version }}' path: "**/*.log" @@ -388,13 +388,13 @@ jobs: pytest -s - name: archive wheels if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 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@v7 with: name: 'build-logs-macos-${{ matrix.config.arch }}-python-${{ matrix.config.python_version }}' path: "**/*.log" @@ -414,7 +414,7 @@ jobs: with: path: artifacts/main - name: archive wheels - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: 'python-wheels-all' path: artifacts/**/wheelhouse/*.whl