From b925da1b97392669a09220da24c8426e2baa6286 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 19:38:26 +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/