From 7bae1918c403fe2e49cebb82d64f97c74598e08c Mon Sep 17 00:00:00 2001 From: schreifuchs Date: Fri, 7 Mar 2025 15:53:32 +0100 Subject: [PATCH] Revert "bump upload artifact to v4" This reverts commit e55904f8f2e427584f03397e37054ac57cdccc1a. --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index b1eb8c4..88789e9 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -46,7 +46,7 @@ jobs: - name: build run: wails build -tags webkit2_41 - name: Archive bins - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: linux-bins path: build/bin