File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 run : npx electron-builder --mac --arm64
5454
5555 - name : Upload macOS artifact
56- uses : actions/upload-artifact@v6
56+ uses : actions/upload-artifact@v7
5757 with :
5858 name : devtools-macos
5959 path : apps/devtools-deploy/dist/ledger-dmk-devtools-*.dmg
8585 run : npx electron-builder --linux
8686
8787 - name : Upload Linux artifact
88- uses : actions/upload-artifact@v6
88+ uses : actions/upload-artifact@v7
8989 with :
9090 name : devtools-linux
9191 path : |
@@ -105,7 +105,7 @@ jobs:
105105 - uses : actions/checkout@v6
106106
107107 - name : Download all artifacts
108- uses : actions/download-artifact@v7
108+ uses : actions/download-artifact@v8
109109 with :
110110 path : artifacts
111111 pattern : devtools-*
@@ -121,7 +121,7 @@ jobs:
121121 WORKFLOW_URL : ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
122122
123123 - name : Update devtools-latest GitHub Release
124- uses : softprops/action-gh-release@v2
124+ uses : softprops/action-gh-release@v3
125125 with :
126126 tag_name : devtools-latest
127127 name : " Devtools Desktop App (latest)"
Original file line number Diff line number Diff line change 3636 cache : " gradle"
3737
3838 - name : Setup Android SDK
39- uses : android-actions/setup-android@v3
39+ uses : android-actions/setup-android@v4
4040
4141 - name : Build libs
4242 run : pnpm build:libs
4646 working-directory : ./apps/mobile/android
4747
4848 - name : Upload APK to github
49- uses : actions/upload-artifact@v6
49+ uses : actions/upload-artifact@v7
5050 with :
5151 name : dmk-sample.apk
5252 path : ./apps/mobile/android/app/build/outputs/apk/release/app-release.apk
Original file line number Diff line number Diff line change 2424 permissions :
2525 pull-requests : write
2626 steps :
27- - uses : toshimaru/auto-author-assign@v3.0.1
27+ - uses : toshimaru/auto-author-assign@v3.0.2
2828
2929 detect-changes :
3030 name : Detect changed packages
4141 steps :
4242 - uses : actions/checkout@v6
4343
44- - uses : dorny/paths-filter@v3
44+ - uses : dorny/paths-filter@v4
4545 id : filter
4646 with :
4747 filters : |
@@ -131,7 +131,7 @@ jobs:
131131 id : unit-tests
132132 run : pnpm test:coverage
133133
134- - uses : sonarsource/sonarqube-scan-action@v7
134+ - uses : sonarsource/sonarqube-scan-action@v8
135135 if : ${{ steps.unit-tests.conclusion == 'success' && github.actor != 'dependabot[bot]' && !github.event.pull_request.head.repo.fork }}
136136 env :
137137 SONAR_TOKEN : ${{ secrets.PUBLIC_GREEN_SONAR_TOKEN }}
Original file line number Diff line number Diff line change 4646 path : ./dist
4747
4848 - name : Upload packages to GitHub Artifacts
49- uses : actions/upload-artifact@v6
49+ uses : actions/upload-artifact@v7
5050 with :
5151 name : npm-release-packages
5252 path : dist/*.tgz
7171 - uses : LedgerHQ/device-sdk-ts/.github/actions/setup-with-cache-composite@develop
7272
7373 - name : Download packages from GitHub Artifacts
74- uses : actions/download-artifact@v7
74+ uses : actions/download-artifact@v8
7575 with :
7676 name : npm-release-packages
7777 path : dist
Original file line number Diff line number Diff line change 6767 path : ./dist
6868
6969 - name : Upload packages to GitHub Artifacts
70- uses : actions/upload-artifact@v6
70+ uses : actions/upload-artifact@v7
7171 with :
7272 name : npm-snapshot-packages
7373 path : dist/*.tgz
8787 - uses : LedgerHQ/device-sdk-ts/.github/actions/setup-with-cache-composite@develop
8888
8989 - name : Download packages from GitHub Artifacts
90- uses : actions/download-artifact@v7
90+ uses : actions/download-artifact@v8
9191 with :
9292 name : npm-snapshot-packages
9393 path : dist
You can’t perform that action at this time.
0 commit comments