Skip to content

Commit e3de3a0

Browse files
Bump CodSpeedHQ/action from 3 to 4 (#54)
1 parent fa0f14e commit e3de3a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ jobs:
145145
- uses: taiki-e/install-action@v2
146146
with: { tool: cargo-codspeed }
147147
- run: cargo codspeed build
148-
- uses: CodSpeedHQ/action@v3
148+
- uses: CodSpeedHQ/action@v4
149149
with:
150150
run: cargo codspeed run
151151
token: ${{ secrets.CODSPEED_TOKEN }}
152+
mode: instrumentation

0 commit comments

Comments
 (0)