We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7678423 commit 834ea82Copy full SHA for 834ea82
.github/workflows/build-static.yml
@@ -5,7 +5,7 @@ on:
5
6
jobs:
7
build-static:
8
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
9
steps:
10
- name: "Checkout"
11
uses: actions/checkout@v4
@@ -66,7 +66,7 @@ jobs:
66
zip -rj dist/res-${{ env.FIRMWARE_VERSION }}.zip core/src/trezor/lvglui/res
67
68
- name: "Upload Artifacts"
69
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
70
with:
71
name: Firmware-resource-${{ env.FIRMWARE_VERSION }}
72
path: |
0 commit comments