From 9a587d61f7d59df3c76c9a4e1bedfb8df4e2dc4e Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 20 Apr 2026 12:42:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=99=8D=E7=BA=A7=20upload-artifact=20?= =?UTF-8?q?=E5=88=B0=20v3=20-=20=E5=85=BC=E5=AE=B9=20Gitea=20Actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-docker-artifact.yml | 2 +- .github/workflows/build-docker-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-docker-artifact.yml b/.github/workflows/build-docker-artifact.yml index 1844e1272..9924bce94 100644 --- a/.github/workflows/build-docker-artifact.yml +++ b/.github/workflows/build-docker-artifact.yml @@ -57,7 +57,7 @@ jobs: tar zcvf next-terminal-${{ steps.version.outputs.VERSION }}-linux-amd64.tar.gz next-terminal/ - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: next-terminal-${{ steps.version.outputs.VERSION }}-linux-amd64 path: next-terminal-${{ steps.version.outputs.VERSION }}-linux-amd64.tar.gz diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index b14f5ea02..8568c7051 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -71,7 +71,7 @@ jobs: docker save next-terminal:${{ steps.version.outputs.VERSION}} | gzip > next-terminal-${{ steps.version.outputs.VERSION}}.tar.gz - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: next-terminal-docker-${{ steps.version.outputs.VERSION }} path: next-terminal-${{ steps.version.outputs.VERSION}}.tar.gz