Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
drbeat committed Jun 29, 2024
1 parent 263dc52 commit b127c9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_piccap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Install webOS CLI
run: sudo npm install --location=global @webosose/ares-cli
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
run: find . && find ./build

- name: Upload PicCap IPK
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: piccap_ipk
path: ./build/*.ipk
Expand Down

0 comments on commit b127c9c

Please sign in to comment.