Skip to content

Commit 8f17c97

Browse files
authored
Update build_platformio.yml
1 parent 20b18c7 commit 8f17c97

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build_platformio.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- env: openevse_eu
2525
python: 3.x
2626
platformio: 6.1.5
27+
- env: openevse_v6
28+
python: 3.x
29+
platformio: 6.1.5
2730
- env: emonevse
2831
python: 3.x
2932
platformio: 6.1.5
@@ -70,7 +73,7 @@ jobs:
7073
source ci/info_common.sh info.json
7174
7275
- name: Upload output to GitHub
73-
uses: actions/upload-artifact@v2
76+
uses: actions/upload-artifact@v4
7477
with:
7578
name: ${{ matrix.env }}
7679
path: |

0 commit comments

Comments
 (0)