From 2a27dc23aee3790a54f780e44b57fec0df7065db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 07:54:17 +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..ffcf299 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@v6 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@v7 with: name: release - uses: golift/upload-packagecloud@v1.1