diff --git a/.github/workflows/build_and_functional_tests.yml b/.github/workflows/build_and_functional_tests.yml index 8896800d..b2f1b405 100644 --- a/.github/workflows/build_and_functional_tests.yml +++ b/.github/workflows/build_and_functional_tests.yml @@ -54,7 +54,7 @@ jobs: uses: actions/checkout@v3 - name: Download app binaries - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: compiled_app_binaries path: build/ diff --git a/Makefile b/Makefile index 12001b21..42e607ad 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ PATH_APP_LOAD_PARAMS += "5262163'" # int("PKS".encode("ascii").hex(), 16) APPVERSION_M=1 APPVERSION_N=6 -APPVERSION_P=0 +APPVERSION_P=1 APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P) ICON_NANOS=icons/icon_security_key_nanos.gif