Merge pull request #134 from miguemoya/fix-gh-actions-deprecation

Fix error install Cmake  main.yml
This commit is contained in:
JF002 2020-11-17 19:14:02 +01:00 committed by GitHub
commit fc3f8f0f78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ jobs:
# Download and Cache Dependencies
- name: Install cmake
uses: lukka/get-cmake@v3.18.0
uses: lukka/get-cmake@v3.18.3
- name: Check cache for Embedded Arm Toolchain arm-none-eabi-gcc
id: cache-toolchain
@ -142,7 +142,7 @@ jobs:
- name: Upload DFU package
uses: actions/upload-artifact@v2
with:
name: pinetime-mcuboot-app-dfu.zip
name: pinetime-mcuboot-app-dfu
path: build/src/pinetime-mcuboot-app-dfu/*
#########################################################################################
@ -168,4 +168,4 @@ jobs:
find . -name "pinetime-mcuboot-app.*" -ls
# Embedded Arm Toolchain and nRF5 SDK will only be cached if the build succeeds.
# So make sure that the first build always succeeds, e.g. comment out the "Make" step.
# So make sure that the first build always succeeds, e.g. comment out the "Make" step.