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 2d953bf + 51b9696 commit 8fa404bCopy full SHA for 8fa404b
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@v6
+ uses: actions/upload-artifact@v7
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