diff --git a/.github/workflows/powerpc-kernel+qemu.yml b/.github/workflows/powerpc-kernel+qemu.yml index c224e69a9d1b8..75efab85c1592 100644 --- a/.github/workflows/powerpc-kernel+qemu.yml +++ b/.github/workflows/powerpc-kernel+qemu.yml @@ -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 }} @@ -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 }}