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
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# This avoids yarn concurrency issues on Windows and speeds up
# the CLI build on all platforms.
- name: Download web distribution
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: ketch-web
path: ${{ runner.temp }}/ketch-web
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
fetch-depth: 0

- name: Download all artifacts
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
path: artifacts
merge-multiple: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
if: always()
steps:
- name: Download test results
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
pattern: test-results-*
merge-multiple: true
Expand Down
Loading