diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f350d36..db8390b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -130,7 +130,7 @@ jobs: run: pip install awscli - name: Download Artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ github.run_id }}-artifacts