From f38d8cd37e44a34a97f1ff38649744459d0e716c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 00:13:53 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba516e8..c809759 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: mkdir release mv *.deb release - name: upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: release path: release @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download release files - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: release - uses: golift/upload-packagecloud@v1.1