summaryrefslogtreecommitdiffstats
path: root/.github/actions
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2024-11-23 06:31:05 +0700
committerGitHub <noreply@github.com>2024-11-22 15:31:05 -0800
commit95125f280a3ee6cad08866baedc41fee8585b91e (patch)
tree96180674cbc3ea8961524d6de93b6de22707e86d /.github/actions
parent43728fbda5b9af19eded18fe82ca67b66cc6d0f7 (diff)
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 <yonghe@outlook.com>
Diffstat (limited to '.github/actions')
-rw-r--r--.github/actions/common-setup/action.yml2
1 files changed, 1 insertions, 1 deletions
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