We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87f00a3 commit b72e62fCopy full SHA for b72e62f
.github/workflows/ci.yml
@@ -196,7 +196,7 @@ jobs:
196
-emit-spirv-via-glsl \
197
-api vk \
198
-expected-failure-list tests/expected-failure.txt
199
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
200
if: steps.filter.outputs.should-run == 'true' && ! matrix.full-gpu-tests
201
with:
202
name: slang-build-${{matrix.os}}-${{matrix.platform}}-${{matrix.compiler}}-${{matrix.config}}
0 commit comments