From b9e1590b084e432f9b433d2ac0ec647ba2740a18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 13:11:51 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e2ca39..dff6be8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: sh -c 'm68k-amigaos-nm devsoak | grep -i utility; exit 0' \ | tee nm-utility.log ! test -s nm-utility.log - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: devsoak path: devsoak @@ -63,7 +63,7 @@ jobs: needs: build steps: - uses: actions/checkout@v7 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: devsoak - name: Install Copperline (release AppImage) and xdftool