From d9b3838cbd2276a66238ae8b61a3b38e17039679 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 6 Aug 2026 07:58:57 -0500 Subject: [PATCH] Use gitea artifact actions --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 370fe80..9569612 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - name: Build run: nix run -L ".#${{ matrix.arch }}" - name: Upload artifact - uses: actions/upload-artifact@v7 + uses: https://gitea.com/actions/gitea-upload-artifact@v7 with: name: ${{ matrix.arch }} path: "*.tar.xz" @@ -31,7 +31,7 @@ jobs: if: github.ref == 'refs/heads/main' steps: - name: Download artifacts - uses: actions/download-artifact@v8 + uses: https://gitea.com/actions/download-artifact@v8 - name: Create release uses: actions/gitea-release-action@v1 with: