From 01e08053a27f810c90191dbac88bbec5a801fca1 Mon Sep 17 00:00:00 2001 From: Chris Richardson Date: Thu, 10 Jul 2025 21:49:19 -0400 Subject: [PATCH] asd --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 89f1d18..20abe10 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: make IMAGE_BUILD_OPTS="--pull" "build-${{ matrix.arch }}-image" "save-${{ matrix.arch }}-image" - name: "Upload artifacts" if: "startsWith(github.ref, 'refs/tags/v') && matrix.arch != 'native'" - uses: "actions/upload-artifact@v4" + uses: "christopherhx/gitea-upload-artifact@v4" with: name: "dist-${{ matrix.arch }}" path: "./dist/" @@ -52,7 +52,7 @@ jobs: - name: "Checkout project" uses: "actions/checkout@v4" - name: "Download artifacts" - uses: "actions/download-artifact@v4" + uses: "christopherhx/gitea-download-artifact@v4" with: name: "dist-${{ matrix.arch }}" path: "./dist/"