From afecb5d83f531a0923196b862a41aa6be1de5c28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 09:08:34 +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 234ba3c..ba92314 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,7 +129,7 @@ jobs: cp target/release/echo-server echo-server-${{ github.ref_name }} sha256sum echo-server-${{ github.ref_name }} > echo-server-${{ github.ref_name }}.sha256 - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: echo-server-${{ github.ref_name }} path: |