Skip to content

Commit 933010a

Browse files
authored
Merge pull request #184 from rzeldent/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 4 to 6
2 parents edf9182 + 22eab93 commit 933010a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build firmware
2424
run: platformio run
2525
- name: Archive
26-
uses: actions/upload-artifact@v4
26+
uses: actions/upload-artifact@v6
2727
with:
2828
name: firmwares.zip
2929
path: .pio/build/*/firmware.bin

0 commit comments

Comments
 (0)