From f4b1b25e737fff506c1b574c43731df7c97c2c93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 16:15:39 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 --- .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..1aa9828 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@v6 with: name: echo-server-${{ github.ref_name }} path: |