From c49298703a060d589f5a88684a9b4b1932f36f68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 02:47:51 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 (#139) --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 8122ad4..5dc9aa6 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -36,7 +36,7 @@ jobs: zip -j lambda.zip bootstrap && rm bootstrap - run: cargo test - run: cargo clippy -- -D warnings - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: build path: lambda.zip