diff --git a/.github/actions/setup-mingw/action.yml b/.github/actions/setup-mingw/action.yml index 19c9baba6c6..3298a6e7ce0 100644 --- a/.github/actions/setup-mingw/action.yml +++ b/.github/actions/setup-mingw/action.yml @@ -18,7 +18,7 @@ runs: - name: Download from niXman/mingw-builds-binaries id: download - uses: robinraju/release-downloader@v1.8 + uses: robinraju/release-downloader@v1.10 with: repository: niXman/mingw-builds-binaries tag: ${{ inputs.mingw-version }} @@ -31,8 +31,7 @@ runs: Join-Path $env:RUNNER_TEMP "mingw64" "bin" | Out-File -Append $env:GITHUB_PATH shell: pwsh env: - MINGW_ARCHIVE: - ${{ fromJson(steps.download.outputs.downloaded_files)[0] }} + MINGW_ARCHIVE: ${{ fromJson(steps.download.outputs.downloaded_files)[0] }} working-directory: ${{ runner.temp }} - name: Print GCC version