Skip to content

Commit

Permalink
powerpc/ci: Switch to download-artifact@v4
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Ellerman <[email protected]>
  • Loading branch information
mpe committed Jul 15, 2024
1 parent 8612018 commit c079141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/powerpc-kernel+qemu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
- name: Install dependencies
run: sudo apt install -y ${{ matrix.packages }} python3-pexpect python3-termcolor python3-yaml

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: ${{ matrix.defconfig }}-${{ matrix.new-image }}

Expand All @@ -201,7 +201,7 @@ jobs:
run: ./scripts/boot/qemu-${{ matrix.machine_2 }}
if: matrix.machine_2 != ''

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: ${{ matrix.defconfig }}-${{ matrix.old-image }}

Expand Down

0 comments on commit c079141

Please sign in to comment.