From a9c1529f9dde0ccc472ed58a25e2f651e589b993 Mon Sep 17 00:00:00 2001 From: Steven Tracey Date: Sun, 8 Mar 2026 22:05:54 +0100 Subject: [PATCH] Downgrade upload-artifact from v4 to v3 --- .gitea/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 65a4e12..562a63e 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -3,7 +3,7 @@ name: Build (artifact) on: workflow_dispatch: push: - branches: [ "main" ] + branches: [ "master" ] jobs: build: @@ -43,7 +43,7 @@ jobs: run: make build - name: Upload artifact - uses: https://github.com/actions/upload-artifact@v4 + uses: https://github.com/actions/upload-artifact@v3 with: name: certman-${{ env.VERSION }}-amd64 path: certman-${{ env.VERSION }}-amd64