We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c63a94 commit c0c91aaCopy full SHA for c0c91aa
.github/workflows/build.yml
@@ -21,12 +21,12 @@ jobs:
21
run: function curl () { command curl --connect-timeout 30 --retry 10 "$@" ; }
22
23
- name: Checkout
24
- uses: actions/checkout@v2
+ uses: actions/checkout@master
25
with:
26
fetch-depth: 15
27
28
- name: ARM SDK
29
- uses: fiam/arm-none-eabi-gcc@v1.0.2
+ uses: fiam/arm-none-eabi-gcc@master
30
31
release: '6-2017-q1'
32
@@ -44,7 +44,7 @@ jobs:
44
echo "::set-output name=VER::${VER}"
45
46
- name: Upload artifcats
47
- uses: actions/upload-artifact@v2-preview
+ uses: actions/upload-artifact@master
48
49
name: IMUF_${{steps.file_version.outputs.VER}}
50
path: output/*.bin
0 commit comments