Skip to content

Commit 834ea82

Browse files
authored
ci: update workflow yaml config (#589)
Signed-off-by: Lu1zz <[email protected]>
1 parent 7678423 commit 834ea82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
build-static:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04
99
steps:
1010
- name: "Checkout"
1111
uses: actions/checkout@v4
@@ -66,7 +66,7 @@ jobs:
6666
zip -rj dist/res-${{ env.FIRMWARE_VERSION }}.zip core/src/trezor/lvglui/res
6767
6868
- name: "Upload Artifacts"
69-
uses: actions/upload-artifact@v3
69+
uses: actions/upload-artifact@v4
7070
with:
7171
name: Firmware-resource-${{ env.FIRMWARE_VERSION }}
7272
path: |

0 commit comments

Comments
 (0)