Skip to content

Commit

Permalink
ops: update workflow (v2 -> v4)
Browse files Browse the repository at this point in the history
  • Loading branch information
keiff3r authored Feb 10, 2025
1 parent 623c412 commit ff816af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
- path: $NANOSP_SDK
name: nanosp
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build application for SDK ${{ matrix.sdk.name }}
run: |
make clean
make BOLOS_SDK=${{ matrix.sdk.path }}
- name: Upload app binary
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: app
path: bin
Expand All @@ -41,12 +41,12 @@ jobs:
container:
image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder:latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build with Clang Static Analyzer
run: |
make clean
scan-build --use-cc=clang -analyze-headers -enable-checker security -enable-checker unix -enable-checker valist -o scan-build --status-bugs make default
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: failure()
with:
name: scan-build
Expand Down

0 comments on commit ff816af

Please sign in to comment.