From 5f1c4708e4890f46a9d74b677916a146f559e4d5 Mon Sep 17 00:00:00 2001 From: Tara Wilson Date: Sat, 22 Mar 2025 17:13:18 -0400 Subject: [PATCH] Updating publish pipeline --- .gitea/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index ac8eeaa..38f0ca5 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -19,7 +19,7 @@ jobs: cd source yarn run build - name: Saving build artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: troop20web path: source/dist/troop20web @@ -29,7 +29,7 @@ jobs: name: Publish Docker Image steps: - name: Getting Artifact - - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: troop20web path: source/dist/troop20web/