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
10 changes: 5 additions & 5 deletions .github/workflows/blockchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
check-latest: false
cache: true
- name: Restore system contracts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: system-contracts
path: ${{ env.SYSTEM_CONTRACTS_PATH }}
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
check-latest: false
cache: true
- name: Restore system contracts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: system-contracts
path: ${{ env.SYSTEM_CONTRACTS_PATH }}
Expand Down Expand Up @@ -295,7 +295,7 @@ jobs:
- name: Prepare ethersjs project
run: make prepare-ethersjs-project
- name: Restore system contracts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: system-contracts
path: ${{ env.SYSTEM_CONTRACTS_PATH }}
Expand Down Expand Up @@ -339,7 +339,7 @@ jobs:
check-latest: false
cache: true
- name: Download pre-built binaries
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: binaries
path: ./build/bin
Expand Down Expand Up @@ -372,7 +372,7 @@ jobs:
- name: Configure git safe directories
run: git config --global --add safe.directory '*'
- name: Restore system contracts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: system-contracts
path: ${{ env.SYSTEM_CONTRACTS_PATH }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
touch /tmp/pages/.nojekyll

- name: Restore forkdiff index.html output
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: forkdiff-output
path: /tmp/pages/index.html
Expand Down
Loading