From 90999131728fa7615005132f2de5e45487d34586 Mon Sep 17 00:00:00 2001 From: Torwent Date: Fri, 21 Feb 2025 09:55:10 +0100 Subject: [PATCH 1/2] trigger build workflow From 97eeb8e1cf94d266ac5541e933c69cf7dfcfc073 Mon Sep 17 00:00:00 2001 From: Torwent Date: Fri, 21 Feb 2025 09:57:34 +0100 Subject: [PATCH 2/2] update github action --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c931406..323e1c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,7 @@ jobs: lazbuild --build-mode=${{ matrix.config.build-mode }} SimpleOCR.lpi - name: Upload Binary - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.config.binary }} path: ${{ matrix.config.binary }} @@ -89,4 +89,4 @@ jobs: - name: Run Tests run: | cd tester - ./tester.exe \ No newline at end of file + ./tester.exe