Skip to content

Commit e09e53a

Browse files
Merge pull request #779 from OpenEVSE/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents 68bb5a7 + c8119fe commit e09e53a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/divert_sim.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
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
@@ -96,7 +96,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)