Skip to content

Commit 42451f7

Browse files
authored
Merge pull request #85 from pine64/dependabot/github_actions/actions/upload-artifact-4
chore(ci): bump actions/upload-artifact from 3 to 4
2 parents 7facfe9 + 2cb04b7 commit 42451f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-firmware.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
run: cd /usr/src/ && ./build.sh || cat /usr/src/log.txt
1313

1414
- name: Archive produced firmware
15-
uses: actions/upload-artifact@v3
15+
uses: actions/upload-artifact@v4
1616
with:
1717
path: /usr/src/out/open_source/open_source.bin

0 commit comments

Comments
 (0)