Skip to content

Commit

Permalink
Update used GitHub actions
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed May 19, 2024
1 parent adf7ee5 commit 946ab8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/installer-for-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 946ab8e

Please sign in to comment.