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 12fb36f commit 59178d0Copy full SHA for 59178d0
1 file changed
.github/workflows/ci.yml
@@ -254,7 +254,7 @@ jobs:
254
run: yarn install --frozen-lockfile --ignore-engines
255
- name: Run benchmarks
256
run: cd performance/benchmark-${{ matrix.benchmark }}/ && yarn run performance:ci
257
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
258
with:
259
name: performance-benchmark-${{ matrix.benchmark }}
260
path: performance/benchmark-${{ matrix.benchmark }}/combinations/combination_0/output/
0 commit comments