Skip to content

Commit 5a02723

Browse files
committed
fix(ci): change the version of the codspeed action to main
1 parent b69aeea commit 5a02723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- run: cargo codspeed build --features async_futures -p codspeed-criterion-compat
4141

4242
- name: Run the benchmarks
43-
uses: CodSpeedHQ/action@feat/bundled-upload
43+
uses: CodSpeedHQ/action@main
4444
with:
4545
run: cargo codspeed run
4646
token: ${{ secrets.CODSPEED_TOKEN }}

0 commit comments

Comments
 (0)