Skip to content

build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0 #29

build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0

build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0 #29

Workflow file for this run

on: [pull_request]
name: CI Pull Request
jobs:
benchmark:
name: Benchmark
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7 # master
with:
toolchain: stable
- uses: boa-dev/criterion-compare-action@v3
with:
branchName: ${{ github.base_ref }}
token: ${{ secrets.GITHUB_TOKEN }}