diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e8b7e6f..0be0b25 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -10,25 +10,25 @@ jobs:
- name: Checkout
uses: actions/checkout@v6
- name: Download Updater package
- uses: dawidd6/action-download-artifact@v11
+ uses: dawidd6/action-download-artifact@v21
with:
workflow: build.yml
- branch: arm64
+ branch: master
name_is_regexp: true
name: msi_143_[x64|arm64]
merge_multiple: true
repo: open-eid/updater
- name: Download DigiDoc4 package
- uses: dawidd6/action-download-artifact@v11
+ uses: dawidd6/action-download-artifact@v21
with:
workflow: build.yml
- branch: arm64
+ branch: master
name_is_regexp: true
name: msi_143_[x64|arm64]
merge_multiple: true
repo: open-eid/DigiDoc4-Client
- name: Download Web-eID packages
- uses: dawidd6/action-download-artifact@v11
+ uses: dawidd6/action-download-artifact@v21
with:
workflow: cmake-windows.yml
branch: coverity_scan
@@ -61,7 +61,7 @@ jobs:
unzip --% Open-EID.zip -x 'Digidoc*' 'web-eid*' 'ID-Updater*'
pwsh build.ps1
- name: Archive artifacts
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
with:
name: windows
path: Open-EID-*.exe
\ No newline at end of file
diff --git a/bootstrapper.wxs b/bootstrapper.wxs
index 52fb1d5..81b0726 100644
--- a/bootstrapper.wxs
+++ b/bootstrapper.wxs
@@ -36,6 +36,10 @@
Key="SOFTWARE\Google\Chrome\Extensions\ncibgoaomkmdpilpocfeponihegamlic" Value="update_url" After="OpenEID_Installed" />
+
+