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: |