mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 09:50:00 +00:00
Update upload-artifact action to version 4 in benchmark workflow
This commit is contained in:
parent
4cb095b71f
commit
ae2daeeda7
2
.github/workflows/run-benchmarks.yml
vendored
2
.github/workflows/run-benchmarks.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
run: cargo bench
|
run: cargo bench
|
||||||
|
|
||||||
- name: Upload benchmark reports
|
- name: Upload benchmark reports
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: benchmark-reports-${{ github.sha }}
|
name: benchmark-reports-${{ github.sha }}
|
||||||
path: ./target/criterion/
|
path: ./target/criterion/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user