We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c7cc72 commit e5a4b64Copy full SHA for e5a4b64
.github/workflows/build.yml
@@ -11,10 +11,10 @@ jobs:
11
runs-on: ubuntu-20.04
12
name: Build MicroPython
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
15
# Yotta has some issues with Python 3.7+
16
- name: Install Python 3.6
17
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v5
18
with:
19
python-version: 3.6
20
- name: Install GNU Arm Embedded Toolchain (arm-none-eabi-gcc)
@@ -43,7 +43,7 @@ jobs:
43
id: date
44
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
45
- name: Upload hex file
46
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4
47
48
name: microbitv1-micropython-${{ steps.date.outputs.date }}-${{ github.sha }}.hex
49
path: build/firmware.hex
0 commit comments