diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index 549f859..3886cd6 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -34,7 +34,7 @@ jobs: - name: upload initramfs for tests # Upload the generated initramfs.cpio and make it available for the parallel per-kernel tests. - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: initramfs-${{ matrix.target_arch }} path: |