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/