Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/build-quantcode-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:

steps:
- name: Download installer artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
with:
path: dist
merge-multiple: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/chat-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Download build output
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: build-output

Expand Down Expand Up @@ -388,7 +388,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Download build output
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: build-output

Expand Down Expand Up @@ -468,14 +468,14 @@ jobs:
node-version-file: .nvmrc

- name: Download perf summary data
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
pattern: perf-summary-*
path: perf-results

- name: Download leak results
if: inputs.skip_leak_check != true && needs.leak-check.result != 'skipped'
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: leak-results
path: leak-results
Expand Down
Loading