Skip to content

Commit

Permalink
Trying whether Node.JS 20 is compatible with new Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Apr 4, 2024
1 parent 8130787 commit d898ad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
container: hyperspeeed/vc4-toolchain
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Compile firmware
run: |
Expand All @@ -33,7 +33,7 @@ jobs:
cp SDCard/* boot/
- name: Upload boot files
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Boot Files
path: boot/*

0 comments on commit d898ad5

Please sign in to comment.