From f47a203a80d39e0f2c903518b7b30e97528eba56 Mon Sep 17 00:00:00 2001 From: Ignacio Ballesteros Date: Tue, 17 Feb 2026 23:30:00 +0100 Subject: [PATCH] fix: downgrade artifact actions to v3 for Gitea GHES compatibility --- .gitea/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 7172494..c2a31fb 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -36,7 +36,7 @@ jobs: echo "tag=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT - name: Upload build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: build-output path: .scaffold/build/ @@ -48,7 +48,7 @@ jobs: steps: - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: build-output path: .scaffold/build/ @@ -140,7 +140,7 @@ jobs: steps: - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: build-output path: .scaffold/build/