From 82e8b27221970e4d5a9bff99b706e7a3093b4db3 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 31 Oct 2023 16:05:53 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.gitea/workflows/build.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index ac2c338..94975bb 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -12,14 +12,14 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout repository - uses: actions/checkout@v2 + uses: https://git.bitheaven.ru/actions/checkout@v2 - name: setup jdk ${{ matrix.java }} - uses: actions/setup-java@v1 + uses: https://git.bitheaven.ru/actions/setup-java@v1 with: java-version: ${{ matrix.java }} - - uses: actions/cache@v2 + - uses: https://git.bitheaven.ru/actions/cache@v2 with: path: | ~/.gradle/caches @@ -35,7 +35,7 @@ jobs: run: ./gradlew build - name: capture build artifacts - uses: actions/upload-artifact@v2 + uses: https://git.bitheaven.ru/actions/upload-artifact@v2 with: name: Artifacts path: build/libs/