From d3cc827c67361eab3d6635a33cb4ef2e7197db57 Mon Sep 17 00:00:00 2001 From: forbes Date: Wed, 28 Jan 2026 17:37:05 -0600 Subject: [PATCH] CI: Switch from Forgejo to GitHub actions mirror Forgejo mirror at code.forgejo.org was timing out. Using GitHub directly for checkout and upload-artifact actions. --- .gitea/workflows/build.yml | 4 ++-- .gitea/workflows/release.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 09b9622340..3a10354019 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -49,7 +49,7 @@ jobs: node --version - name: Checkout repository - uses: https://code.forgejo.org/actions/checkout@v4 + uses: https://github.com/actions/checkout@v4 with: submodules: recursive fetch-depth: 0 @@ -146,7 +146,7 @@ jobs: ./package/debian/build-deb.sh build/release/install build/release - name: Upload build artifact - uses: https://code.forgejo.org/actions/upload-artifact@v3 + uses: https://github.com/actions/upload-artifact@v3 with: name: ${{ env.ARTIFACT_NAME }} path: | diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 71f1632663..e6cd130173 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -57,7 +57,7 @@ jobs: node --version - name: Checkout repository - uses: https://code.forgejo.org/actions/checkout@v4 + uses: https://github.com/actions/checkout@v4 with: submodules: recursive fetch-depth: 0 @@ -111,7 +111,7 @@ jobs: ls -lah package/rattler-build/linux/*-SHA256.txt 2>/dev/null || echo "No SHA256 files found" - name: Upload AppImage artifact - uses: https://code.forgejo.org/actions/upload-artifact@v3 + uses: https://github.com/actions/upload-artifact@v3 with: name: kindred-create-appimage path: | @@ -120,7 +120,7 @@ jobs: if-no-files-found: error - name: Upload .deb artifact - uses: https://code.forgejo.org/actions/upload-artifact@v3 + uses: https://github.com/actions/upload-artifact@v3 with: name: kindred-create-deb path: |