File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122 PLATFORMIO_BUILD_FLAGS : ${{ matrix.gui.build_flags }}
123123
124124 - name : Upload output to GitHub
125- uses : actions/upload-artifact@v3
125+ uses : actions/upload-artifact@v4
126126 with :
127127 name : ${{ matrix.env }}.bin
128128 path : .pio/build/${{ matrix.env }}/firmware.bin
Original file line number Diff line number Diff line change 7575 make -j
7676
7777 - name : Upload artifacts
78- uses : actions/upload-artifact@v3
78+ uses : actions/upload-artifact@v4
7979 with :
8080 name : divert_sim
8181 path : OpenEVSE_WiFi/divert_sim/divert_sim
9696 pytest -v --color=yes --code-highlight yes --junit-xml=output/test_results.xml
9797
9898 - name : Upload test results
99- uses : actions/upload-artifact@v3
99+ uses : actions/upload-artifact@v4
100100 with :
101101 name : test_results
102102 path : |
You can’t perform that action at this time.
0 commit comments