From 806adea317359b1e7dc597a6d0d8db8a8e9b8ec3 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Sun, 9 Aug 2026 12:31:50 -0700 Subject: [PATCH] Update build --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index e69f4ed..69bd534 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -37,7 +37,7 @@ jobs: install -m 0644 -D "${{ gitea.workspace }}/completion/license-tool.zsh" usr/share/zsh/site-functions/_license-tool cp -r "${{ gitea.workspace }}/licenses" usr/share/license-tool - name: Upload Artifacts - uses: https://gitea.com/actions/gitea-upload-artifact@v4 + uses: actions/upload-artifact@v3 with: path: usr/ name: license-tool-hs-${{ gitea.head_ref }}.${{ gitea.sha }}