Skip to content

Commit 95125f2

Browse files
ci: Use v1.11 of the release-downloader action (shader-slang#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>
1 parent 43728fb commit 95125f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/common-setup/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ runs:
116116
echo SCCACHE_IGNORE_SERVER_IO_ERROR=1 >> "$GITHUB_ENV"
117117
118118
# Install swiftshader
119-
- uses: robinraju/release-downloader@v1.8
119+
- uses: robinraju/release-downloader@v1.11
120120
continue-on-error: true
121121
with:
122122
latest: true

.github/workflows/falcor-compiler-perf-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
-DSLANG_ENABLE_CUDA=1
6565
cmake --workflow --preset "${{matrix.config}}"
6666
67-
- uses: robinraju/release-downloader@v1.9
67+
- uses: robinraju/release-downloader@v1.11
6868
id: download
6969
with:
7070
# The source repository path.

.github/workflows/vk-gl-cts-nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
-DSLANG_ENABLE_GFX=1 \
5353
-DSLANG_ENABLE_TESTS=1
5454
cmake --workflow --preset "${{matrix.config}}"
55-
- uses: robinraju/release-downloader@v1.7
55+
- uses: robinraju/release-downloader@v1.11
5656
with:
5757
latest: true
5858
repository: "shader-slang/VK-GL-CTS"

0 commit comments

Comments
 (0)