From 1fc4b10b59e759a10a785267005db12eebe3ce0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ron=20Szantner?= Date: Thu, 23 Jan 2025 15:37:40 +0100 Subject: [PATCH] update to artifact package to v4 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6553bdc..cc99f27 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: with: args: zip -qq -r aws-sam.zip README.md .aws-sam - name: Upload build archive - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: aws-sam path: aws-sam.zip @@ -35,7 +35,7 @@ jobs: aws_region: ap-southeast-2 steps: - name: Download build archive - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: aws-sam - name: Unzip build archive