Skip to content

Commit 04704d0

Browse files
committed
build(deps): bump CodSpeedHQ/action from 3 to 4
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent 40db799 commit 04704d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codspeed.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ jobs:
2424
- run: cargo codspeed build
2525
working-directory: ./css-inline
2626

27-
- uses: CodSpeedHQ/action@v3
27+
- uses: CodSpeedHQ/action@v4
2828
with:
2929
run: cargo codspeed run
30+
mode: "instrumentation"
3031
token: ${{ secrets.CODSPEED_TOKEN }}
3132
working-directory: ./css-inline

0 commit comments

Comments
 (0)