From 7cf0cb9d4ce6bc16c096d13ce7edb9f60874b8a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 08:12:20 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v5 --- .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..4e2ebe3 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@v5 with: name: echo-server-${{ github.ref_name }} path: |