Skip to content

Commit fc0a6ca

Browse files
authored
bump codspeed action to v4 (#5892)
1 parent 046cd9b commit fc0a6ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/performance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: uv sync --all-extras --dev
3838

3939
- name: Run benchmarks
40-
uses: CodSpeedHQ/action@v3
40+
uses: CodSpeedHQ/action@v4
4141
with:
42-
token: ${{ secrets.CODSPEED_TOKEN }}
42+
mode: instrumentation
4343
run: uv run pytest -v tests/benchmarks --codspeed

0 commit comments

Comments
 (0)