File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
10
10
build :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- name : Set FIRMWARE_VERSION variable
15
15
run : |
16
16
FIRMWARE_VER=$(cat VERSION)
17
17
echo "FIRMWARE_VERSION=$FIRMWARE_VER" >> $GITHUB_ENV
18
18
- name : Set FIRMWARE_COMMIT_HASH variable
19
19
run : echo "FIRMWARE_COMMIT_SHA=$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_ENV"
20
20
- name : Set up Python
21
- uses : actions/setup-python@v3
21
+ uses : actions/setup-python@v5
22
22
with :
23
23
python-version : 3.8
24
24
- name : Install dependencies
29
29
run : pio run
30
30
- name : Rename firmware
31
31
run : mv .pio/build/rpipicow/firmware.uf2 .pio/build/rpipicow/xrp-wpilib-firmware-${{ env.FIRMWARE_VERSION }}-${{ env.FIRMWARE_COMMIT_SHA }}.uf2
32
- - uses : actions/upload-artifact@v3
32
+ - uses : actions/upload-artifact@v4
33
33
with :
34
34
name : xrp-wpilib-firmware-${{ env.FIRMWARE_VERSION }}-${{ env.FIRMWARE_COMMIT_SHA }}
35
35
path : .pio/build/rpipicow/xrp-wpilib-firmware-*.uf2
You can’t perform that action at this time.
0 commit comments