diff --git a/.github/workflows/build-lambda-function.yml b/.github/workflows/build-lambda-function.yml index c70c700..35bf0ef 100644 --- a/.github/workflows/build-lambda-function.yml +++ b/.github/workflows/build-lambda-function.yml @@ -27,7 +27,7 @@ jobs: - name: install git and tar run: yum install -y git tar bzip2 zip - uses: actions/checkout@v3 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: build-lambda - name: Rebuild native modules