Skip to content

Commit

Permalink
Merge pull request #85 from pine64/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…upload-artifact-4

chore(ci): bump actions/upload-artifact from 3 to 4
  • Loading branch information
Ralim authored Dec 18, 2023
2 parents 7facfe9 + 2cb04b7 commit 42451f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
run: cd /usr/src/ && ./build.sh || cat /usr/src/log.txt

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

0 comments on commit 42451f7

Please sign in to comment.