summaryrefslogtreecommitdiff
path: root/.github/workflows/falcor-compiler-perf-test.yml
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/workflows/falcor-compiler-perf-test.yml
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/workflows/falcor-compiler-perf-test.yml')
-rw-r--r--.github/workflows/falcor-compiler-perf-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/falcor-compiler-perf-test.yml b/.github/workflows/falcor-compiler-perf-test.yml
index 915d02d47..8e8969367 100644
--- a/.github/workflows/falcor-compiler-perf-test.yml
+++ b/.github/workflows/falcor-compiler-perf-test.yml
@@ -64,7 +64,7 @@ jobs:
-DSLANG_ENABLE_CUDA=1
cmake --workflow --preset "${{matrix.config}}"
- - uses: robinraju/release-downloader@v1.9
+ - uses: robinraju/release-downloader@v1.11
id: download
with:
# The source repository path.