From b778368fbfe806e4aba3788be722a9d6e5656d75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:59:11 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d6e95d..5512f59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: tar -cvzf release/conf.tar.gz conf - name: Stash the artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: retention-days: 7 path: "release/**"