From 34a2ba2d55fc6437342fe2249642008ce97f391b Mon Sep 17 00:00:00 2001
From: QuarkTree <quarktree@no-reply.fksjfwq.cn>
Date: Fri, 14 Mar 2025 14:08:39 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.github/workflows/build.ym?=
 =?UTF-8?q?l?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Mv to mirror
---
 .github/workflows/build.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8fc3827..38fff1b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -11,11 +11,11 @@ jobs:
     runs-on: ubuntu-24.04
     steps:
       - name: checkout repository
-        uses: actions/checkout@v4
+        uses: https://gitea.com/actions/checkout@v4
       - name: validate gradle wrapper
         uses: gradle/actions/wrapper-validation@v4
       - name: setup jdk
-        uses: actions/setup-java@v4
+        uses: https://gitea.com/actions/setup-java@v4
         with:
           java-version: '21'
           distribution: 'microsoft'
@@ -24,7 +24,7 @@ jobs:
       - name: build
         run: ./gradlew build
       - name: capture build artifacts
-        uses: actions/upload-artifact@v4
+        uses: https://gitea.com/actions/upload-artifact@v4
         with:
           name: Artifacts
           path: build/libs/
\ No newline at end of file