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
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
cargo +nightly fmt --all -- --check ./crates/ink/tests/ui/trait_def/{pass,fail}/*.rs

- name: Download all-contracts artifacts
uses: actions/download-artifact@v6
uses: actions/download-artifact@v8
with:
name: ${{ github.run_id }}-all-contracts

Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
cache-key: ${{ matrix.type }}

- name: Download all-contracts artifacts
uses: actions/download-artifact@v6
uses: actions/download-artifact@v8
with:
name: ${{ github.run_id }}-all-contracts

Expand Down Expand Up @@ -603,7 +603,7 @@ jobs:
# cache-key: ${{ matrix.partition }}

- name: Download all-contracts artifacts
uses: actions/download-artifact@v6
uses: actions/download-artifact@v8
with:
name: ${{ github.run_id }}-all-contracts

Expand Down Expand Up @@ -736,7 +736,7 @@ jobs:
id: extract_branch

- name: Download all-contracts artifacts
uses: actions/download-artifact@v6
uses: actions/download-artifact@v8
with:
name: ${{ github.run_id }}-all-contracts

Expand Down Expand Up @@ -766,7 +766,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download reports' artifacts
uses: actions/download-artifact@v6
uses: actions/download-artifact@v8
with:
path: downloaded_artifacts

Expand Down Expand Up @@ -814,7 +814,7 @@ jobs:
id: extract_branch

- name: Download all-contracts artifacts
uses: actions/download-artifact@v6
uses: actions/download-artifact@v8
with:
name: ${{ github.run_id }}-all-contracts

Expand Down Expand Up @@ -858,7 +858,7 @@ jobs:
type: [ sol, all ]
steps:
- name: Download reports' artifacts
uses: actions/download-artifact@v6
uses: actions/download-artifact@v8
with:
path: downloaded_artifacts

Expand Down Expand Up @@ -896,7 +896,7 @@ jobs:
cache-directories: ${{ github.workspace }}/${{ env.CARGO_TARGET_DIR }}

- name: Download all-contracts artifacts
uses: actions/download-artifact@v6
uses: actions/download-artifact@v8
with:
name: ${{ github.run_id }}-all-contracts

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-notifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
needs: fetch-issues
steps:
- name: Load outputs
uses: actions/download-artifact@v6
uses: actions/download-artifact@v8
with:
name: outputs
path: outputs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-notifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
steps:
- uses: actions/checkout@v6
- name: Load outputs
uses: actions/download-artifact@v6
uses: actions/download-artifact@v8
with:
name: outputs
path: outputs
Expand Down