From bee21cffba317f182112ea7f59c2ed2cd86f3681 Mon Sep 17 00:00:00 2001 From: redglow Date: Mon, 22 Jun 2026 08:56:49 +0200 Subject: [PATCH] ci: fix upload-artifact --- .gitea/workflows/cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index 7593cc2..bcde467 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -25,7 +25,7 @@ jobs: shell: bash run: rm -rf node_modules && yarn install --production=true - name: Publish artifacts - uses: actions/gitea-upload-artifact@v4 + uses: https://gitea.com/actions/gitea-upload-artifact@v4 with: path: | dist