From 924224b749c6c8cdf9f73abbbd2b47e4f04d94c0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 31 Dec 2025 02:41:25 +0000 Subject: [PATCH] Update https://git.quad4.io/actions/upload-artifact action to v6 --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5b4ce37..0a57b9c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: - name: Build frontend run: bash scripts/build.sh - name: Upload frontend assets - uses: https://git.quad4.io/actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3 + uses: https://git.quad4.io/actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 with: name: frontend-build path: build/ -- 2.49.1