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 d0de588 commit 683b172Copy full SHA for 683b172
1 file changed
.github/workflows/ci.yml
@@ -126,7 +126,7 @@ jobs:
126
run: yarn install
127
- name: Run benchmarks
128
run: cd performance/benchmark-${{ matrix.benchmark }}/ && yarn run performance:ci
129
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
130
with:
131
name: performance-benchmark-${{ matrix.benchmark }}
132
path: performance/benchmark-${{ matrix.benchmark }}/combinations/combination_0/output/
0 commit comments