diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 4e551380e..c6bd1fe2c 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -82,7 +82,7 @@ jobs: arch: ${{ matrix.os.architecture }} - name: 💾 Download OpenSSL 3.x - uses: ethanjli/cached-download-action@v0.1.2 + uses: ethanjli/cached-download-action@v0.1.3 with: url: "https://slproweb.com/download/Win64${{ matrix.os.architecture == 'arm64' && 'ARM' || '' }}OpenSSL-3_5_1.exe" destination: .\installer\openssl.exe