From 23d4d8868bc59402731f0ebe0fc5e8d8ecf6224d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:57:04 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ea68a65..0bad572 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -29,7 +29,7 @@ jobs: - run: cargo build --release --bin migrate -F cli - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v6 with: name: migrate path: target/release/migrate