Skip to content

Commit

Permalink
Merge pull request #44 from bitcraze/toverumar/fix_depr_warnings
Browse files Browse the repository at this point in the history
Update checkout and artifact action versions
  • Loading branch information
ToveRumar authored Aug 8, 2024
2 parents b478753 + 16b5a29 commit df5ac1e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/crazylab-linux-experiment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
with:
repo: bitcraze/crazyflie-release
workflow: nightly-experiment.yml
uses: dawidd6/action-download-artifact@v3
uses: dawidd6/action-download-artifact@v4

- name: Reset power to all devices
run: python3 management/usb-power-reset.py -a reset
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crazylab-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
repo: bitcraze/crazyflie-release
workflow: nightly.yml
uses: dawidd6/action-download-artifact@v3
uses: dawidd6/action-download-artifact@v4

- name: Reset power to all devices
run: python3 management/usb-power-reset.py -a reset
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crazyswarm-malmö.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
repo: bitcraze/crazyflie-release
workflow: nightly.yml
uses: dawidd6/action-download-artifact@v3
uses: dawidd6/action-download-artifact@v4

- name: Checkout Crazyswarm
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/render-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout repo content
uses: actions/checkout@v3 # checkout the repository content to github runner.
uses: actions/checkout@v4 # checkout the repository content to github runner.

- name: Setup python
uses: actions/setup-python@v2
Expand Down

0 comments on commit df5ac1e

Please sign in to comment.