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/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@v6

- name: Download release artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: bitquan-linux-x86_64
path: dist
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/preflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,14 @@ jobs:
if: always()
steps:
- name: Download mainnet report
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
continue-on-error: true
with:
name: preflight-report-mainnet
path: reports/mainnet/

- name: Download testnet report
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
continue-on-error: true
with:
name: preflight-report-testnet
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
uses: actions/checkout@v6

- name: Download all artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
path: release-artifacts

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/secure-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
DEPLOY_USER: ${{ vars.DEPLOY_USER || 'bitquan' }}
steps:
- name: Download binary
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: bitquan-linux-x86_64
path: deploy-package
Expand Down
Loading