Compare commits
1 Commits
main
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
074b80f6c6 |
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
|||||||
run: cargo bench --no-fail-fast
|
run: cargo bench --no-fail-fast
|
||||||
|
|
||||||
- name: Upload benchmark results
|
- name: Upload benchmark results
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: benchmark-results
|
name: benchmark-results
|
||||||
path: target/criterion/
|
path: target/criterion/
|
||||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -149,7 +149,7 @@ jobs:
|
|||||||
run: cargo build --release --target ${{ matrix.target }} --verbose
|
run: cargo build --release --target ${{ matrix.target }} --verbose
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: piglet-${{ matrix.target }}
|
name: piglet-${{ matrix.target }}
|
||||||
path: target/${{ matrix.target }}/release/piglet
|
path: target/${{ matrix.target }}/release/piglet
|
||||||
|
|||||||
Reference in New Issue
Block a user