From 925fc01a01f71de6c26fbb08d8d71ad693fa4c12 Mon Sep 17 00:00:00 2001 From: Colin Basnett <5035660+cmbasnett@users.noreply.github.com> Date: Tue, 31 Mar 2026 02:50:55 -0700 Subject: [PATCH] Using Gitea-compatible upload-artifact action --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9a6b13c..2bec501 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -73,7 +73,7 @@ jobs: source venv/bin/activate pytest -svv tests --blender-addons-dirs . - name: Archive addon - uses: actions/upload-artifact@v4 + uses: https://github.com/christopherHX/gitea-upload-artifact@v4 with: name: ${{ env.ADDON_NAME }}-${{ github.ref_name }}-${{ github.sha }} path: |