From 5d9b04d1db8066689cb8833fafeafa709d67c4f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 12:46:02 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 75fab4a..32ba08a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: RELEASE_BUILD_LINKER_FLAGS: "-s -w" run: make compile-lambda-linux-all - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v6 with: name: aws-lambda-rie path: bin/*