Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,14 @@ jobs:
run: pnpm release:validate-macos

- name: Upload DMG artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: signalflow-ci-macos-dmg
if-no-files-found: error
path: src-tauri/target/release/bundle/dmg/*.dmg

- name: Upload app archive artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: signalflow-ci-macos-app
if-no-files-found: error
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality-gates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Upload test artifacts on failure
if: failure()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: test-artifacts
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
run: pnpm release:validate-macos

- name: Upload macOS artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: signalflow-macos-release
if-no-files-found: error
Expand Down
Loading