From 93ce4ea745663a9eeb4ce2ac2f4434e6ed2dba1a Mon Sep 17 00:00:00 2001 From: Knut Hjorth Date: Thu, 16 Mar 2023 12:11:07 +0100 Subject: [PATCH] Github actions: update actions-download-file version Used to download files in windows workflow. Update from v1 to v1.3.0 to remove warnings about deprecated set-output command. --- .github/workflows/windows_release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/windows_release.yml b/.github/workflows/windows_release.yml index 6f87403..301b986 100644 --- a/.github/workflows/windows_release.yml +++ b/.github/workflows/windows_release.yml @@ -48,7 +48,7 @@ jobs: setup-python: false - name: Download JOM - uses: suisei-cn/actions-download-file@v1 + uses: suisei-cn/actions-download-file@v1.3.0 with: url: http://download.qt.io/official_releases/jom/jom.zip target: ${{ runner.temp }}\ @@ -59,13 +59,13 @@ jobs: 7z x jom.zip -ojom - name: Download Gstreamer - uses: suisei-cn/actions-download-file@v1 + uses: suisei-cn/actions-download-file@v1.3.0 with: url: https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/gstreamer-1.0-msvc-x86_64-1.18.1.msi target: ${{ runner.temp }}\ - name: Download Gstreamer dev - uses: suisei-cn/actions-download-file@v1 + uses: suisei-cn/actions-download-file@v1.3.0 with: url: https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/gstreamer-1.0-devel-msvc-x86_64-1.18.1.msi target: ${{ runner.temp }}\