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.
1 parent 922ecdc commit b23a1d3Copy full SHA for b23a1d3
.github/workflows/run_test_suite.yml
@@ -131,14 +131,14 @@ jobs:
131
make check
132
133
- name: Upload test log as an artifact
134
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
135
with:
136
name: "lcov-${{ github.sha }}-${{ runner.os }}-GCC-${{ matrix.gcc }}-test-log" # .zip
137
path: tests/test.log
138
if-no-files-found: error
139
140
- name: Upload test directory shrapnel as an artifact
141
142
143
name: "lcov-${{ github.sha }}-${{ runner.os }}-GCC-${{ matrix.gcc }}-shrapnel" # .zip
144
path: tests
0 commit comments