diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 395aebf..527efac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,7 +76,7 @@ jobs: - run: aws s3 sync s3://${{ secrets.S3_BUCKET_BUILD }}/cli-assets dist - if: matrix.os == 'windows' - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: windows-runners path: compiled_runners