We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e69897 + 15c59c0 commit b82d68cCopy full SHA for b82d68c
1 file changed
.github/workflows/main.yml
@@ -71,7 +71,7 @@ jobs:
71
python runTests.py -j4 ${{ matrix.config.tests }}
72
73
- name: Upload gtest_output xml
74
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
75
if: failure()
76
with:
77
name: gtest_outputs_xml
@@ -134,7 +134,7 @@ jobs:
134
python runTests.py -j2 $MixFunProbTestsArray[(${{ matrix.group }} - 1)]
135
136
137
138
139
140
0 commit comments