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
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ jobs:
contents: read
steps:
- name: Download and collect all build outputs
uses: actions/download-artifact@v6
uses: actions/download-artifact@v7
with:
pattern: build-outputs-*
path: collected
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ jobs:
contents: read
steps:
- name: Download and collect all build outputs
uses: actions/download-artifact@v6
uses: actions/download-artifact@v7
with:
pattern: build-outputs-*
path: collected
Expand Down Expand Up @@ -509,7 +509,7 @@ jobs:
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT

- name: Download prepared release assets
uses: actions/download-artifact@v6
uses: actions/download-artifact@v7
with:
name: qbit-manage-release-assets
path: release-assets
Expand Down