From 0d2a4a6c684ce6a6944cee147126b1291b4d4119 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Mon, 14 Jul 2025 08:37:23 +0530 Subject: [PATCH] change to use upload-artifacts@v3 --- .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 0dd7b2f..6449fa6 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -23,7 +23,7 @@ jobs: cp dist/setup arch-setup shell: bash - name: Upload binary - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: arch-setup path: arch-setup @@ -47,7 +47,7 @@ jobs: cp dist/setup debian-setup shell: bash - name: Upload binary - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: debian-setup path: debian-setup @@ -70,7 +70,7 @@ jobs: cp dist/setup fedora-setup shell: bash - name: Upload binary - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: fedora-setup path: fedora-setup