Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ jobs:
run: echo "$env:WIX_PATH\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append

- name: Download artifact (linux container image)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: linux-container-image

- name: Download artifact (gui client)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: client-windows

Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:

steps:
- name: Download a single artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: msi-package
- name: Release
Expand Down