Skip to content

Commit

Permalink
update v4
Browse files Browse the repository at this point in the history
  • Loading branch information
vChavezB committed Apr 12, 2024
1 parent a68b23e commit 88604b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
ls
- name : Upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: posix-build
path: |
Expand All @@ -42,7 +42,7 @@ jobs:
run: |
python3 -m pip install bumble==0.0.190
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run Test
run: |
python3 test/bumble/controllers.py tcp-server:_:9000 tcp-server:_:9001 &
Expand Down

0 comments on commit 88604b6

Please sign in to comment.