From 003b5d8e1db2a3e9189e2eacaeabb2ac2987805f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 19:20:17 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/build-iso.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-iso.yml b/.github/workflows/build-iso.yml index 1ee99e8..d9c1fad 100644 --- a/.github/workflows/build-iso.yml +++ b/.github/workflows/build-iso.yml @@ -112,7 +112,7 @@ jobs: cp "${ISO_PATH}" "${OUTNAME}" sha256sum "${OUTNAME}" > "${OUTNAME}.sha256" - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: ${{ matrix.config }}-${{ matrix.arch }} path: | @@ -130,7 +130,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: pattern: csfx-* merge-multiple: true @@ -187,7 +187,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: pattern: csfx-* merge-multiple: true