Skip to content

Commit 2204c83

Browse files
authored
Merge pull request #116 from pine64/dependabot/github_actions/actions/upload-artifact-5
chore(ci): bump actions/upload-artifact from 4 to 5
2 parents 0f30d53 + 2a94417 commit 2204c83

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@v4
15+
uses: actions/upload-artifact@v5
1616
with:
1717
path: /usr/src/out/open_source/open_source.bin

0 commit comments

Comments
 (0)