Skip to content

Commit

Permalink
update github actions to use node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
rabauke committed Jan 22, 2024
1 parent d083cb9 commit 1df1c23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
arch: ['armv7hl', 'aarch64', 'i486']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Prepare
run: docker pull coderus/sailfishos-platform-sdk:$OS_VERSION && mkdir output
- name: Build ${{ matrix.arch }}
Expand All @@ -26,7 +26,7 @@ jobs:
mb2 -t SailfishOS-$OS_VERSION-${{ matrix.arch }} build ;
sudo cp -r RPMS/*.rpm /share/output"
- name: Upload RPM (${{ matrix.arch }})
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rpm-${{ matrix.arch }}
path: output
Expand Down

0 comments on commit 1df1c23

Please sign in to comment.