1
0
Fork 0
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:
Mark Haslinghuis 2024-02-15 13:47:38 +01:00 committed by GitHub
parent e3e67b2ecb
commit afeb6f17c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

View file

@ -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

View file

@ -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

View file

@ -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