From 41521ea09a1e4cb9a2d886fec9bc51c828c28b43 Mon Sep 17 00:00:00 2001 From: forbes Date: Tue, 27 Jan 2026 14:16:30 -0600 Subject: [PATCH] Fix CI workflows for Gitea/Forgejo runner - Replace GitHub actions with Forgejo equivalents: - actions/checkout@v4 -> code.forgejo.org/actions/checkout@v4 - actions/upload-artifact@v4 -> code.forgejo.org/actions/upload-artifact@v3 - Fixes problem-matcher.json path errors on Gitea runner - Fixes artifact upload compatibility issues --- .gitea/workflows/build.yml | 4 ++-- .gitea/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 7993a98175..09b1cce860 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -29,7 +29,7 @@ jobs: node --version - name: Checkout repository - uses: https://github.com/actions/checkout@v4 + uses: https://code.forgejo.org/actions/checkout@v4 with: submodules: recursive fetch-depth: 0 @@ -77,7 +77,7 @@ jobs: - name: Upload test logs if: always() - uses: https://github.com/actions/upload-artifact@v4 + uses: https://code.forgejo.org/actions/upload-artifact@v3 with: name: test-logs path: | diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 12588c6b26..2481e05a50 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -37,7 +37,7 @@ jobs: node --version - name: Checkout repository - uses: https://github.com/actions/checkout@v4 + uses: https://code.forgejo.org/actions/checkout@v4 with: submodules: recursive fetch-depth: 0 @@ -80,7 +80,7 @@ jobs: ls -lah package/rattler-build/linux/*-SHA256.txt 2>/dev/null || echo "No SHA256 files found" - name: Upload AppImage artifact - uses: https://github.com/actions/upload-artifact@v4 + uses: https://code.forgejo.org/actions/upload-artifact@v3 with: name: kindred-create-appimage path: |