From 530e86dfe2792063ed6372c93ed615ed92f85d46 Mon Sep 17 00:00:00 2001 From: Sluijsens Date: Mon, 20 Jul 2026 22:19:43 +0200 Subject: [PATCH] Updates deployt workflow to downgrade artifact upload from v4 to v3 --- .gitea/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index cc5d8e2..99c8e0d 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -40,7 +40,7 @@ jobs: run: pnpm run build - name: Upload build artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: dist path: dist/ @@ -51,7 +51,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download build artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: dist path: dist @@ -61,7 +61,7 @@ jobs: # other) is finalized, replace this step with the actual upload and this # comment can be removed. - name: Package release artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: release-dist path: dist/