Skip to content

Commit

Permalink
Merge pull request #29 from bitcraze/toverumar/update_actions_version
Browse files Browse the repository at this point in the history
Update versions for node update
  • Loading branch information
knmcguire authored May 7, 2024
2 parents 62baabc + 213d337 commit 2b729fc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/crazylab-malmö-experiment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: pip3 install git+https://github.com/bitcraze/crazyflie-lib-python.git@master

- name: Check out sources
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install requirements
run: pip3 install -r requirements.txt
Expand All @@ -41,7 +41,7 @@ jobs:
with:
repo: bitcraze/crazyflie-release
workflow: nightly-experiment.yml
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v3

- name: Reset power to all devices
run: python3 management/usb-power-reset.py -a reset
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/crazylab-malmö.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: pip3 install git+https://github.com/bitcraze/crazyflie-lib-python.git@master

- name: Check out sources
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install requirements
run: pip3 install -r requirements.txt
Expand All @@ -41,7 +41,7 @@ jobs:
with:
repo: bitcraze/crazyflie-release
workflow: nightly.yml
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v3

- name: Reset power to all devices
run: python3 management/usb-power-reset.py -a reset
Expand All @@ -53,7 +53,7 @@ jobs:
run: pytest --verbose --junit-xml $CRAZY_SITE-$(date +%s).xml tests/QA

- name: Checkout Crazyflie python library
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: bitcraze/crazyflie-lib-python
path: crazyflie-lib-python
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/crazyswarm-malmö.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ jobs:
ros-noetic-tf ros-noetic-tf-conversions python3-toml python3-pip
- name: Check out sources
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Download latest firmware files
with:
repo: bitcraze/crazyflie-release
workflow: nightly.yml
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v3

- name: Checkout Crazyswarm
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: USC-ACTLab/crazyswarm
path: crazyswarm
Expand Down

0 comments on commit 2b729fc

Please sign in to comment.