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 ca85b2d + 6a86b88 commit feba74bCopy full SHA for feba74b
.github/workflows/benchmark.yml
@@ -32,7 +32,7 @@ jobs:
32
run: cargo run -p rustapi-core --example perf_snapshot --release | tee perf_snapshot.txt
33
34
- name: Upload Benchmark Results
35
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
36
with:
37
name: benchmark-results
38
path: |
.github/workflows/ci.yml
@@ -189,7 +189,7 @@ jobs:
189
run: cargo tarpaulin --workspace --out Html --output-dir coverage
190
191
- name: Upload coverage report
192
193
194
name: coverage-report
195
path: coverage/tarpaulin-report.html
0 commit comments