From 6e67c83d52d297ef85aa25aafc0bc77d635a6a42 Mon Sep 17 00:00:00 2001 From: Rock3r Date: Sat, 25 Apr 2026 15:08:31 +0200 Subject: [PATCH] fix: arctifact handler --- .gitea/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 66234a4..3f2d8c3 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -49,7 +49,7 @@ jobs: -o dist/${{ env.APP_NAME }}-${{ matrix.os }}-${{ matrix.arch }}${{ matrix.suffix }} . - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: binaries-${{ matrix.os }}-${{ matrix.arch }} path: dist/* @@ -64,7 +64,7 @@ jobs: uses: actions/checkout@v4 - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: path: dist merge-multiple: true -- 2.52.0