Commit eee0109c for tesseract
commit eee0109c1148f83c6a6692cd3f36f42384ae4743
Author: Stefan Weil <sw@weilnetz.de>
Date: Sat Feb 28 13:13:27 2026 +0100
Update versions of GitHub actions (#4522)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml
index 86efd1a9..ee5c6636 100644
--- a/.github/workflows/cifuzz.yml
+++ b/.github/workflows/cifuzz.yml
@@ -26,7 +26,7 @@ jobs:
fuzz-seconds: 600
dry-run: false
- name: Upload Crash
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
if: failure() && steps.build.outcome == 'success'
with:
name: artifacts
diff --git a/.github/workflows/cmake-win64.yml b/.github/workflows/cmake-win64.yml
index 429f7c62..d85c94c7 100644
--- a/.github/workflows/cmake-win64.yml
+++ b/.github/workflows/cmake-win64.yml
@@ -116,7 +116,7 @@ jobs:
cmake --build build --target install
- name: Upload Build Results
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
with:
name: tesseract-${{ steps.get_version.outputs.version }}-${{steps.get_version.outputs.stamp}}-VS2019_win64
path: ${{env.ILOC}}
diff --git a/.github/workflows/installer-for-windows.yml b/.github/workflows/installer-for-windows.yml
index d0cf4888..f9614202 100644
--- a/.github/workflows/installer-for-windows.yml
+++ b/.github/workflows/installer-for-windows.yml
@@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v6
- name: Build Tesseract installer (64 bit)
run: nsis/build.sh x86_64
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
with:
name: Tesseract Installer for Windows (64 bit)
path: dist
diff --git a/.github/workflows/sw.yml b/.github/workflows/sw.yml
index 94ec8743..95ce9282 100644
--- a/.github/workflows/sw.yml
+++ b/.github/workflows/sw.yml
@@ -74,7 +74,7 @@ jobs:
- name: Upload Unit Test Results
if: always() && matrix.os != 'windows-2022'
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
with:
name: Test Results (${{ matrix.os }})
path: .sw/test/results.xml