From 946ab8eacdf4a72a4505bc6532c502f26cd05e1b Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Fri, 3 May 2024 15:54:56 +0200 Subject: [PATCH] Update used GitHub actions Signed-off-by: Stefan Weil --- .github/workflows/installer-for-windows.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/installer-for-windows.yml b/.github/workflows/installer-for-windows.yml index a5f5fe684e..34e1cf2b8b 100644 --- a/.github/workflows/installer-for-windows.yml +++ b/.github/workflows/installer-for-windows.yml @@ -25,10 +25,10 @@ jobs: if: github.repository == '_UB-Mannheim/tesseract' runs-on: [ubuntu-20.04] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Build Tesseract installer (32 bit) run: .github/workflows/build.sh i686 - - uses: actions/upload-artifact@v1 + - uses: actions/upload-artifact@v4 with: name: Tesseract Installer for Windows (32 bit) path: dist @@ -37,10 +37,10 @@ jobs: if: github.repository == 'UB-Mannheim/tesseract' runs-on: [ubuntu-22.04] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Build Tesseract installer (64 bit) run: .github/workflows/build.sh x86_64 - - uses: actions/upload-artifact@v1 + - uses: actions/upload-artifact@v4 with: name: Tesseract Installer for Windows (64 bit) path: dist