From 377c06daf3952fe8adb244c393bae18a89ea30a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 22:34:06 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 --- .gitea/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index c89e642..996f12c 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -47,7 +47,7 @@ jobs: working-directory: axum_server - name: Server log run: cat axum_server/server.log - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: dist path: axum_server/dist/