Skip to content

Commit

Permalink
try other download artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
pbo-linaro committed Oct 17, 2024
1 parent 770f319 commit 10e45bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
uses: actions/checkout@v4
- name: build_container
run: ./run.sh amd64 true
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: build-debug
- name: check-tcg
Expand All @@ -84,7 +84,7 @@ jobs:
uses: actions/checkout@v4
- name: build_container
run: ./run.sh amd64 true
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: build
- name: check-functional
Expand All @@ -98,7 +98,7 @@ jobs:
uses: actions/checkout@v4
- name: build_container
run: ./run.sh amd64 true
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: build
- name: check-avocado
Expand All @@ -112,7 +112,7 @@ jobs:
uses: actions/checkout@v4
- name: build_container
run: ./run.sh amd64 true
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: build
- name: check
Expand Down

0 comments on commit 10e45bc

Please sign in to comment.