mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-12 19:10:32 +03:00
Bump workflow action (#13355)
* Bump workflow action * Address artifact issue
This commit is contained in:
parent
e3e67b2ecb
commit
afeb6f17c4
3 changed files with 7 additions and 7 deletions
2
.github/workflows/build-release.yml
vendored
2
.github/workflows/build-release.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Code Checkout
|
- name: Code Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Fetch build artifacts
|
- name: Fetch build artifacts
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
|
|
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
@ -19,10 +19,10 @@ jobs:
|
||||||
outputs:
|
outputs:
|
||||||
targets: ${{ steps.get-targets.outputs.targets }}
|
targets: ${{ steps.get-targets.outputs.targets }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Cache build toolchain
|
- name: Cache build toolchain
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
id: cache-toolchain
|
id: cache-toolchain
|
||||||
with:
|
with:
|
||||||
path: tools
|
path: tools
|
||||||
|
@ -49,10 +49,10 @@ jobs:
|
||||||
target: ${{ fromJson(needs.setup.outputs.targets) }}
|
target: ${{ fromJson(needs.setup.outputs.targets) }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Fetch toolchain from cache
|
- name: Fetch toolchain from cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
id: cache-toolchain
|
id: cache-toolchain
|
||||||
with:
|
with:
|
||||||
path: tools
|
path: tools
|
||||||
|
@ -81,7 +81,7 @@ jobs:
|
||||||
name: Test
|
name: Test
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt-get install -y libblocksruntime-dev clang-12
|
run: sudo apt-get install -y libblocksruntime-dev clang-12
|
||||||
|
|
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Code Checkout
|
- name: Code Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Fetch build artifacts
|
- name: Fetch build artifacts
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue