From 90660693b1572495ca329cbb0eaa040019453114 Mon Sep 17 00:00:00 2001 From: Fergus Molloy Date: Fri, 18 Jul 2025 16:16:12 +0100 Subject: [PATCH] use v3 of aritfacts --- .gitea/workflows/cargo.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/cargo.yaml b/.gitea/workflows/cargo.yaml index 4a38a60..b71d239 100644 --- a/.gitea/workflows/cargo.yaml +++ b/.gitea/workflows/cargo.yaml @@ -65,11 +65,12 @@ jobs: npm run build - name: Upload dist working-directory: ./ui - uses: https://gitea.com/actions/upload-artifact@v4 + uses: https://gitea.com/actions/upload-artifact@v3 with: name: dist-${{ hashFiles('src/**') }} path: dist include-hidden-files: true + test: needs: [build, ui] runs-on: rust-latest @@ -92,7 +93,7 @@ jobs: ${{ runner.os }}-cargo- - name: Download dist working-directory: ./ui - uses: https://gitea.com/actions/download-artifact@v4 + uses: https://gitea.com/actions/download-artifact@v3 with: name: dist-${{ hashFiles('src/**') }} path: ../dist