Skip to content
Merged
Show file tree
Hide file tree
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/cicd_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
shell: bash

- name: Upload Artifact.
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: artifact-aarch64
# Include both the zipped universal app bundle and the aarch64 binary zip
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
shell: bash

- name: Upload Artifact.
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: artifact-x86_64
path: enduser/*.zip
Expand Down Expand Up @@ -355,7 +355,7 @@ jobs:
shell: bash

- name: Upload Artifact. Signed/Notarize is optional.
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: artifact-${{ runner.os }}
path: "*.dmg"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cicd_ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
shell: bash

- name: Upload Artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: artifact-${{ matrix.RELEASE_FILE_NAME }}
path: ${{ matrix.RELEASE_FILE_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cicd_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
shell: pwsh

- name: Upload Artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: artifact-${{ runner.os }}
path: ${{ env.RELEASE_ZIP_FILE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: snapcore/action-build@v1

- name: Upload Artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: artifact-snap
path: "*.snap"
Expand Down