Skip to content

Commit 8f24048

Browse files
committed
update github build action
update download-artifact github action to v4 update platform sdk version to 4.6.013 update GitHub actions runner to Ubuntu 24.04
1 parent 2e62fd9 commit 8f24048

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
[push, workflow_dispatch]
55

66
env:
7-
OS_VERSION: 4.5.0.16
7+
OS_VERSION: 4.6.0.13
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
name: Build App
1313
strategy:
1414
matrix:
@@ -35,20 +35,20 @@ jobs:
3535
if: startsWith(github.ref, 'refs/tags/v')
3636
needs:
3737
- build
38-
runs-on: ubuntu-22.04
38+
runs-on: ubuntu-24.04
3939
steps:
4040
- name: Download armv7hl
41-
uses: actions/download-artifact@v2
41+
uses: actions/download-artifact@v4
4242
with:
4343
name: rpm-armv7hl
4444
continue-on-error: true
4545
- name: Download aarch64
46-
uses: actions/download-artifact@v2
46+
uses: actions/download-artifact@v4
4747
with:
4848
name: rpm-aarch64
4949
continue-on-error: true
5050
- name: Download i486
51-
uses: actions/download-artifact@v2
51+
uses: actions/download-artifact@v4
5252
with:
5353
name: rpm-i486
5454
continue-on-error: true

0 commit comments

Comments
 (0)