From 95125f280a3ee6cad08866baedc41fee8585b91e Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Sat, 23 Nov 2024 06:31:05 +0700 Subject: ci: Use v1.11 of the release-downloader action (#5643) CI was previous using different versions in different jobs but all were old and using a version of Node that has been deprecated within the GitHub Actions infrastructure. Co-authored-by: Yong He --- .github/actions/common-setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/actions/common-setup') diff --git a/.github/actions/common-setup/action.yml b/.github/actions/common-setup/action.yml index a270b32e0..68a47e707 100644 --- a/.github/actions/common-setup/action.yml +++ b/.github/actions/common-setup/action.yml @@ -116,7 +116,7 @@ runs: echo SCCACHE_IGNORE_SERVER_IO_ERROR=1 >> "$GITHUB_ENV" # Install swiftshader - - uses: robinraju/release-downloader@v1.8 + - uses: robinraju/release-downloader@v1.11 continue-on-error: true with: latest: true -- cgit v1.2.3