Skip to content

Commit

Permalink
ci: Use v1.11 of the release-downloader action (shader-slang#5643)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
waywardmonkeys and csyonghe authored Nov 22, 2024
1 parent 43728fb commit 95125f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/common-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/falcor-compiler-perf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vk-gl-cts-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
-DSLANG_ENABLE_GFX=1 \
-DSLANG_ENABLE_TESTS=1
cmake --workflow --preset "${{matrix.config}}"
- uses: robinraju/release-downloader@v1.7
- uses: robinraju/release-downloader@v1.11
with:
latest: true
repository: "shader-slang/VK-GL-CTS"
Expand Down

0 comments on commit 95125f2

Please sign in to comment.