From 9c2f86fd66aba7a8696be93e38716ef04efeb28b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 19:21:39 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/build-libwebp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-libwebp.yml b/.github/workflows/build-libwebp.yml index 147d9e9..d8d0ab8 100644 --- a/.github/workflows/build-libwebp.yml +++ b/.github/workflows/build-libwebp.yml @@ -129,7 +129,7 @@ jobs: fi - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: libwebp-${{ matrix.target }} path: output/${{ matrix.artifact }} @@ -144,7 +144,7 @@ jobs: - uses: actions/checkout@v6 - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: artifacts