Skip to content

Commit c0c91aa

Browse files
authored
github actions update (#11)
1 parent 2c63a94 commit c0c91aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
run: function curl () { command curl --connect-timeout 30 --retry 10 "$@" ; }
2222

2323
- name: Checkout
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@master
2525
with:
2626
fetch-depth: 15
2727

2828
- name: ARM SDK
29-
uses: fiam/arm-none-eabi-gcc@v1.0.2
29+
uses: fiam/arm-none-eabi-gcc@master
3030
with:
3131
release: '6-2017-q1'
3232

@@ -44,7 +44,7 @@ jobs:
4444
echo "::set-output name=VER::${VER}"
4545
4646
- name: Upload artifcats
47-
uses: actions/upload-artifact@v2-preview
47+
uses: actions/upload-artifact@master
4848
with:
4949
name: IMUF_${{steps.file_version.outputs.VER}}
5050
path: output/*.bin

0 commit comments

Comments
 (0)