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 8dcb3e8 commit 3663d37Copy full SHA for 3663d37
.github/workflows/bench.yml
@@ -56,7 +56,7 @@ jobs:
56
(cd pr && ./mfc.sh bench_diff ../master/bench-${{ matrix.device }}.yaml ../pr/bench-${{ matrix.device }}.yaml)
57
58
- name: Archive Logs
59
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
60
if: always()
61
with:
62
name: logs-${{ matrix.device }}
.github/workflows/test.yml
@@ -134,8 +134,8 @@ jobs:
134
run: cat test-${{ matrix.device }}.out
135
136
137
138
139
140
- name: logs
+ name: logs-${{ strategy.job-index }}-${{ matrix.device }}
141
path: test-${{ matrix.device }}.out
0 commit comments