From 3aecb25a61119aa1b49115a2611fdb029b403cad Mon Sep 17 00:00:00 2001 From: Christian Werner Date: Fri, 19 Jun 2026 04:13:57 +0200 Subject: [PATCH] fix(ci): Update artifact download action to use direct repository link Replaced `actions/download-artifact@v4` with a direct link to `gitea-download-artifact` repository. This ensures the workflow uses the latest version of the custom action and improves maintainability. --- .gitea/workflows/build-kernel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-kernel.yml b/.gitea/workflows/build-kernel.yml index 4b8cf5e..8b4978b 100644 --- a/.gitea/workflows/build-kernel.yml +++ b/.gitea/workflows/build-kernel.yml @@ -93,7 +93,7 @@ jobs: uses: actions/checkout@v4 - name: Download all build output - uses: actions/download-artifact@v4 + uses: https://github.com/christopherHX/gitea-download-artifact@v4 with: path: dist # Merge every artifact back into the shared modules/ folder.